diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/fr-command-rar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fr-command-rar.c b/src/fr-command-rar.c index 34a6730..2a52eed 100644 --- a/src/fr-command-rar.c +++ b/src/fr-command-rar.c @@ -792,7 +792,7 @@ fr_command_rar_init (FrCommand *comm) comm->propAddCanUpdate = TRUE; comm->propAddCanReplace = TRUE; comm->propAddCanStoreFolders = TRUE; - comm->propExtractCanAvoidOverwrite = FALSE; + comm->propExtractCanAvoidOverwrite = TRUE; comm->propExtractCanSkipOlder = TRUE; comm->propExtractCanJunkPaths = TRUE; comm->propPassword = TRUE; |