diff options
Diffstat (limited to 'time/tst-strftime2.c')
-rw-r--r-- | time/tst-strftime2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/tst-strftime2.c b/time/tst-strftime2.c index 57d2144c83..3dca2a997f 100644 --- a/time/tst-strftime2.c +++ b/time/tst-strftime2.c @@ -41,7 +41,8 @@ static const struct { 1, 3, 98 } }; -static char ref[3][3][6][100]; +static char ref[array_length (locales)][array_length (formats)] + [array_length (dates)][100]; static void mkreftable (void) |