diff --git a/vfs/fish.c b/vfs/fish.c
index ec29975..c16a760 100644
a
|
b
|
fish_dir_load(struct vfs_class *me, struct vfs_s_inode *dir, char *remote_path) |
417 | 417 | "if (opendir ( DIR, $dirname )) {\n" |
418 | 418 | "while( (my $filename = readdir(DIR))){\n" |
419 | 419 | "my ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,$blksize,$blocks) = lstat(\"$dirname/$filename\");\n" |
420 | | "my $mloctime= scalar localtime $mtime;\n" |
| 420 | "my $mloctime= strftime(\"%%m-%%d-%%Y %%H:%%M\", localtime $mtime);\n" |
421 | 421 | , |
422 | 422 | "my $strutils_shell_escape_regex= s/([;<>\\*\\|`&\\$!#\\(\\)\\[\\]\\{\\}:'\\''\"\\ \\\\])/\\\\$1/g;\n" |
423 | 423 | "my $e_filename = $filename;\n" |