jlaurens / synctex

Synchronization for TeX
MIT License
64 stars 19 forks source link

Printf offsets with %u instead of %i. #28

Closed Quipyowert2 closed 5 years ago

Quipyowert2 commented 5 years ago

Fixes several cppcheck warnings about unsigned ints being printf'd with the %i type, which is for signed ints.