Browse Source

(maybe_recoverable): Treat OVERWRITE_OLD_DIRS like DEFAULT_OLD_FILES.

Paul Eggert 23 years ago
parent
commit
02a275c6ac
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/extract.c

+ 1 - 0
src/extract.c

@@ -454,6 +454,7 @@ maybe_recoverable (char *file_name, int *interdir_made)
 	  return 0;
 
 	case DEFAULT_OLD_FILES:
+	case OVERWRITE_OLD_DIRS:
 	case OVERWRITE_OLD_FILES:
 	  {
 	    int r = remove_any_file (file_name, 0);