zapping-vbi / zvbi

Vertical Blanking Interval (VBI) utilities
Other
6 stars 4 forks source link

Fix XDS debug compile-time error #17

Closed ileanadumitrescu95 closed 2 years ago

ileanadumitrescu95 commented 2 years ago

SourceForge patch 12 written by Brian Enigma on 2011-08-07

If you enable XDS_SEP_DUMP in caption.c, you'll get a compile-time error about a for loop's "i" being undefined. This patch fixes that.

defines "int i" for XDS_DEP_DUMP

debug_xds_compiletime.patch.txt

ileanadumitrescu95 commented 2 years ago

Applied in commit 9124a35 "SF #12 Fix XDS debug compile-time error"