use type large enough to hold getopt() return values

This commit is contained in:
marschap
2006-09-19 08:02:20 +00:00
parent b8dd87a35b
commit 255dbfd7ab
+1 -1
View File
@@ -110,7 +110,7 @@ int main(int argc, char **argv)
int process_command_line(int argc, char **argv)
{
char c;
int c;
int error = 0;
/* No error output from getopt */