(maybe_recoverable): Treat OVERWRITE_OLD_DIRS like DEFAULT_OLD_FILES.

This commit is contained in:
Paul Eggert
2001-09-24 18:58:52 +00:00
parent 61170ee840
commit 02a275c6ac
+1
View File
@@ -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);