mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-08 20:41:59 +03:00
Removed a % which I accidentially overviewed the first time
This commit is contained in:
parent
837aece56f
commit
61dee5baa3
@ -385,7 +385,7 @@ fish_dir_load(struct vfs_class *me, struct vfs_s_inode *dir, char *remote_path)
|
||||
"my $linkname = readlink (\"$dirname/$filename\");\n"
|
||||
"printf(\"P$mode $uid.$gid\nS$size\nd$mloctime\n:\\\"$filename\\\" -> \\\"$linkname\\\"\n\n\");\n"
|
||||
"} else {\n"
|
||||
"printf(\"P\%$mode $uid.$gid\nS$size\nd$mloctime\n:\\\"$filename\\\"\n\n\");\n"
|
||||
"printf(\"P$mode $uid.$gid\nS$size\nd$mloctime\n:\\\"$filename\\\"\n\n\");\n"
|
||||
"}}\n"
|
||||
"printf(\"###200\n\");\n"
|
||||
"closedir(DIR);\"\n"
|
||||
|
Loading…
Reference in New Issue
Block a user