use the correct type of variable (int) to store the reutn value of getopt_long()
(this helps portability as well -- otherwise architecures with char == unsigned char would not be able to parse the options)
This commit is contained in:
Reference in New Issue
Block a user