diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2012-06-17 21:40:13 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2012-06-17 21:40:13 +0000 |
| commit | 770284d80975bf808016d74028ab3c41d65d7ca2 (patch) | |
| tree | 198ffb588a1270f819025cb2f086ec24751d390f /lib/libc/stdtime | |
| parent | ad0ab753798293823ae6224a8c08d6707ee25c55 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdtime')
| -rw-r--r-- | lib/libc/stdtime/strftime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdtime/strftime.c b/lib/libc/stdtime/strftime.c index d3571ad3621a3..4ad0bc4352a97 100644 --- a/lib/libc/stdtime/strftime.c +++ b/lib/libc/stdtime/strftime.c @@ -67,7 +67,7 @@ extern char * tzname[]; #define PAD_SPACE 2 #define PAD_ZERO 3 -static const char* fmt_padding[][4] = { +static const char fmt_padding[][4][5] = { /* DEFAULT, LESS, SPACE, ZERO */ #define PAD_FMT_MONTHDAY 0 #define PAD_FMT_HMS 0 |
