HDFFV-10384 Add optional arg to enable-error-stack
This commit is contained in:
@@ -178,7 +178,7 @@ void parse_command_line(int argc,
|
||||
break;
|
||||
|
||||
case 'S':
|
||||
enable_error_stack = TRUE;
|
||||
enable_error_stack = 1;
|
||||
break;
|
||||
|
||||
case 'E':
|
||||
|
||||
Reference in New Issue
Block a user