*** empty log message ***

This commit is contained in:
François Pinard
1994-11-16 02:49:08 +00:00
parent e48945daa4
commit edac55a3b9
3 changed files with 172 additions and 109 deletions

View File

@@ -534,7 +534,7 @@ int skipcrud;
char *from,*to;
extern union record *head;
dirp=opendir(skipcrud+head->header.name);
dirp=opendir(skipcrud+current_file_name);
if(!dirp) {
/* The directory doesn't exist now. It'll be created.
@@ -583,7 +583,7 @@ int skipcrud;
break;
}
if(*arc=='\0') {
p=new_name(skipcrud+head->header.name,cur);
p=new_name(skipcrud+current_file_name,cur);
if(f_confirm && !confirm("delete",p)) {
free(p);
continue;