shared: FORMAT_TIMESTAMP_MAX +1

5 is for weekday+comma+space, but week days in french have 4 digits

https://bugs.freedesktop.org/show_bug.cgi?id=57411
This commit is contained in:
Kay Sievers 2012-11-22 18:46:08 +01:00
parent d7228cb852
commit 79263d0392
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ union dirent_storage {
#define QUOTES "\"\'"
#define COMMENTS "#;\n"
#define FORMAT_TIMESTAMP_MAX (5+11+9+4+1)
#define FORMAT_TIMESTAMP_MAX (6+11+9+4+1)
#define FORMAT_TIMESTAMP_PRETTY_MAX 256
#define FORMAT_TIMESPAN_MAX 64
#define FORMAT_BYTES_MAX 8