[flac-dev] [PATCH] fix getopt.c

lvqcl lvqcl.mail at gmail.com
Mon Jan 16 20:17:16 UTC 2017


This patch fixes 2 problems in getopt.c:

1) MSVC 2005 (and probably 2008) can't compile it because
it doesn't have stdint.h

2) nameend and nextchar are pointers and the difference
between them should be casted to 'size_t' type, not
'unsigned int' or 'uint32_t'.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: getopt_fix.patch
Type: application/octet-stream
Size: 1224 bytes
Desc: not available
URL: <http://lists.xiph.org/pipermail/flac-dev/attachments/20170116/02bc6cdb/attachment.obj>


More information about the flac-dev mailing list