diff options
Diffstat (limited to 'test/test.c')
-rw-r--r-- | test/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c index 47bdbe417..9cf49bbf2 100644 --- a/test/test.c +++ b/test/test.c @@ -2244,7 +2244,7 @@ static int ParseOptions( int argc, char ** argv ) case 'r': { vrate = strdup(optarg); - if ( cfr != 2 ) + if ( cfr != 1 && cfr != 2 ) { cfr = 2; } |