Closed eyalroz closed 3 months ago
Our autotest executable (not part of the library - just testing code) uses the getopt() function.
autotest
getopt()
Adam Bosely said:
getopt returns an int and truncating it to a char causes issues on my system https://man7.org/linux/man-pages/man3/getopt.3.html
and suggested a fix with PR #177 .
Our
autotest
executable (not part of the library - just testing code) uses thegetopt()
function.Adam Bosely said:
and suggested a fix with PR #177 .