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'.

Attachment: getopt_fix.patch
Description: Binary data

_______________________________________________
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev

Reply via email to