diff options
-rw-r--r-- | src/locale/langinfo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/locale/langinfo.c b/src/locale/langinfo.c index 7bb56eed..70a957f5 100644 --- a/src/locale/langinfo.c +++ b/src/locale/langinfo.c @@ -17,8 +17,9 @@ static const char c_time[] = "%H:%M:%S\0" "%I:%M:%S %p\0" "\0" + "\0" "%m/%d/%y\0" - "0123456789" + "0123456789\0" "%a %b %e %T %Y\0" "%H:%M:%S"; |