summaryrefslogtreecommitdiff
path: root/src/shared/util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-10-26 20:34:39 +0200
committerLennart Poettering <lennart@poettering.net>2012-10-26 20:34:39 +0200
commit684341b073c4c5f7339e14ebc6a3e0df849e4eb7 (patch)
tree07399af1cb05c3adb9d297ece59f834d94551b80 /src/shared/util.h
parent34741aa3e2ee1e67a4cc735b7492aec13f0d822c (diff)
coredumpctl: show timestamps in list
Diffstat (limited to 'src/shared/util.h')
-rw-r--r--src/shared/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/util.h b/src/shared/util.h
index a9c39b867e..8935beea2b 100644
--- a/src/shared/util.h
+++ b/src/shared/util.h
@@ -79,7 +79,7 @@ union dirent_storage {
#define QUOTES "\"\'"
#define COMMENTS "#;\n"
-#define FORMAT_TIMESTAMP_MAX 64
+#define FORMAT_TIMESTAMP_MAX (5+11+9+4+1)
#define FORMAT_TIMESTAMP_PRETTY_MAX 256
#define FORMAT_TIMESPAN_MAX 64
#define FORMAT_BYTES_MAX 8