HDFFV-10384 Add optional arg to enable-error-stack

This commit is contained in:
Allen Byrne
2018-02-14 16:14:48 -06:00
parent 9adb74e41b
commit a77a08b02f
7 changed files with 50 additions and 35 deletions

View File

@@ -178,7 +178,7 @@ void parse_command_line(int argc,
break;
case 'S':
enable_error_stack = TRUE;
enable_error_stack = 1;
break;
case 'E':