mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-14 03:42:53 +03:00
Merge branch '4260_ftp_file_month'
* 4260_ftp_file_month: Ticket #4260: ftpfs: the month of file is always January.
This commit is contained in:
commit
fa9ea0d61c
@ -356,7 +356,7 @@ parse_ls_line (char *line, struct stat *s, char **filename, char **linkname)
|
||||
|
||||
memset (&date, 0, sizeof (date));
|
||||
|
||||
if (vfs_parse_month (t, &date))
|
||||
if (!vfs_parse_month (t, &date))
|
||||
date.tm_mon = 0;
|
||||
|
||||
day_of_month = NEXT_TOKEN_R;
|
||||
|
Loading…
x
Reference in New Issue
Block a user