From: Rich Felker Date: Sat, 27 Jul 2013 21:47:03 +0000 (-0400) Subject: reorder strftime to eliminate the incorrect indention level X-Git-Tag: v0.9.12~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d53b1f820c8882906511f16dbdeda0d69ae38c47;p=oweals%2Fmusl.git reorder strftime to eliminate the incorrect indention level this change is in preparation for possibly adding support for the field width and padding specifiers added in POSIX 2008. --- diff --git a/src/time/strftime.c b/src/time/strftime.c index 592b214d..96cb996d 100644 --- a/src/time/strftime.c +++ b/src/time/strftime.c @@ -51,7 +51,11 @@ size_t __strftime_l(char *restrict s, size_t n, const char *restrict f, const st const char *fmt; size_t l; for (l=0; *f && l