search for: nameend

Displaying 1 result from an estimated 1 matches for "nameend".

Did you mean: nameed
2017 Jan 16
1
[PATCH] fix getopt.c
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...