jlaurens / synctex

Synchronization for TeX
MIT License
57 stars 19 forks source link

fix initializations #10

Closed timhoffm closed 6 years ago

timhoffm commented 6 years ago

synctex_data_model_ref was not fully initialized.

The box initalizations were not wrong, but the compiler may complain on "missing braces around initializer" if the nested struct is not reflected in the initializer.

jlaurens commented 6 years ago

Thanks Tim