georgmartius / vid.stab

Video stabilization library
http://public.hronopik.de/vid.stab/
Other
842 stars 108 forks source link

src/serialize.c:150: bad test ? #64

Open dcb314 opened 6 years ago

dcb314 commented 6 years ago

src/serialize.c:150]: (warning) Storing fgetc() return value in char variable and then comparing with EOF.

return value from fgetc has to be stored into an int, then compared with EOF.