diff options
Diffstat (limited to 'xdelta3/xdelta3-main.h')
-rw-r--r-- | xdelta3/xdelta3-main.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xdelta3/xdelta3-main.h b/xdelta3/xdelta3-main.h index 58f4d31..756ec49 100644 --- a/xdelta3/xdelta3-main.h +++ b/xdelta3/xdelta3-main.h | |||
@@ -289,7 +289,7 @@ static int option_recompress_outputs = 1; | |||
289 | /* This is for comparing "printdelta" output without attention to | 289 | /* This is for comparing "printdelta" output without attention to |
290 | * copy-instruction modes. */ | 290 | * copy-instruction modes. */ |
291 | #if VCDIFF_TOOLS | 291 | #if VCDIFF_TOOLS |
292 | static int option_print_cpymode = 1; | 292 | static int option_print_cpymode = 1; /* Note: see reset_defaults(). */ |
293 | #endif | 293 | #endif |
294 | 294 | ||
295 | /* Static variables */ | 295 | /* Static variables */ |
@@ -3484,6 +3484,7 @@ main (int argc, char **argv) | |||
3484 | 3484 | ||
3485 | #if REGRESSION_TEST | 3485 | #if REGRESSION_TEST |
3486 | case CMD_TEST: | 3486 | case CMD_TEST: |
3487 | main_config (); | ||
3487 | ret = xd3_selftest (); | 3488 | ret = xd3_selftest (); |
3488 | break; | 3489 | break; |
3489 | #endif | 3490 | #endif |