rlaager / docsis

This program encodes a DOCSIS binary configuration file from a human-readable text configuration file.
http://docsis.sourceforge.net
GNU General Public License v2.0
114 stars 70 forks source link

fix build warnings and errors with -DDEBUG #43

Closed ddcc closed 8 years ago

rlaager commented 8 years ago

Thanks for the patch!

For the record (which maybe I should've added to the commit message, but oh well.) This uses the %z (as in %zd) format specifier, which is C99, but I'm not sure that's a real problem, especially since it is only used when DEBUG is set.