1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-01 03:36:26 -04:00

date file,ftp: added forgotten spaces.

This commit is contained in:
Witold Filipczyk 2007-06-19 09:28:50 +02:00 committed by Witold Filipczyk
parent a3f45e7ff3
commit f9c2e832b0
2 changed files with 2 additions and 2 deletions

View File

@ -1203,7 +1203,7 @@ display_dir_entry(struct cache_entry *cached, off_t *pos, int *tries,
date, wr);
} else
#endif
add_to_string(&string, " ");
add_to_string(&string, " ");
/* TODO: Above, the number of spaces might not match the width
* of the string generated by strftime. It depends on the
* locale. So if ELinks knows the timestamps of some FTP

View File

@ -473,7 +473,7 @@ stat_date(struct string *string, struct stat *stp)
return;
}
#endif
add_to_string(string, " ");
add_to_string(string, " ");
}