fixed "printpath"

master
Numillyah 2022-06-22 23:28:08 +03:00
parent 461d006f14
commit 1e8376b770
1 changed files with 2 additions and 0 deletions

View File

@ -326,6 +326,8 @@ int print_path(Folder* fld, File* fil)
printf("<-");
print_path(parent, NULL);
}
else
printf("\n");
return 1;
}