Explorar el Código

(maybe_recoverable): Treat OVERWRITE_OLD_DIRS like DEFAULT_OLD_FILES.

Paul Eggert hace 23 años
padre
commit
02a275c6ac
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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);