Fixed stupid typo in previous patch.
This commit is contained in:
parent
ab246a679b
commit
874d671e22
|
@ -316,7 +316,7 @@ static BOOL process_init( char *argv[] )
|
|||
return FALSE;
|
||||
|
||||
/* Parse command line arguments */
|
||||
OPTIONS_ParseOptions( info ? argv : NULL );
|
||||
OPTIONS_ParseOptions( !info ? argv : NULL );
|
||||
app_argc = 0;
|
||||
while (argv[app_argc]) app_argc++;
|
||||
|
||||
|
|
Loading…
Reference in New Issue