Skip to content

Commit

Permalink
rar/unrar: Fix: "overwrite existing files" disabled must work
Browse files Browse the repository at this point in the history
Fixes #243
  • Loading branch information
sc0w committed Jan 3, 2019
1 parent 9771782 commit 647645d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fr-command-rar.c
Expand Up @@ -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;
Expand Down

0 comments on commit 647645d

Please sign in to comment.