Commit 40c7492a authored by 金宝库's avatar 金宝库
Browse files

42.x86fre.master.230729-1036

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -302,7 +302,7 @@ static int ValidOptions(char *argv[], int argc) {
g_Options = default_options;
for( i=1; i<argc; i++ ) {
if( (argv[i][0] == '-') || (argv[i][0] == '/') ) {
if( (argv[i][0] == '-') /*|| (argv[i][0] == '/')*/ ) {
switch( argv[i][1] ) {
case 'v' :
g_Options.bVerbose = 1;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment