fixes
root 2022-06-23 17:05:42 +03:00
parent 0907edb795
commit ba042c303a
3 changed files with 4 additions and 5 deletions

View File

@ -1,3 +1,3 @@
16:44:34$06/23/22$/root$mkdir hello
16:44:42$06/23/22$/root$mkdir hello2
16:44:56$06/23/22$/root/hello2$touch test.exe
16:44:34$06/23/22$/$mkdir hello
16:44:42$06/23/22$/$mkdir hello2
16:44:56$06/23/22$/hello2$touch test.exe

View File

@ -312,7 +312,7 @@ void delete_folder(Folder *deleting)
// print_list(deleting->parent, 1);
}
int save_path(Folder *fld, File *fil, FILE* fp)
int save_path(Folder *fld, File *fil, FILE *fp)
{
Folder *parent;
if (fld != NULL)
@ -342,7 +342,6 @@ int save_path(Folder *fld, File *fil, FILE* fp)
}
else
{
fprintf(fp, "/%s", fld->filename);
}
return 1;

BIN
work1

Binary file not shown.