Fixed two uninitialized-data bugs.

This commit is contained in:
Ben Gras
2005-07-18 13:44:39 +00:00
parent 1f756d377a
commit 3eb405c3bf
2 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ char *argv[];
first_print= 1;
prog_name= argv[0];
a_flag= e_flag= i_flag= 0;
a_flag= e_flag= h_flag = i_flag= 0;
E_arg= I_arg= NULL;
while((c= getopt(argc, argv, "?aheE:iI:")) != -1)