Mercurial > ecos
diff packages/language/c/libc/current/tests/time/strftime.c @ 76:435cced73e2f ecos-v1_3_1-release
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
| author | jlarmour |
|---|---|
| date | Tue, 28 Mar 2000 14:10:45 +0000 |
| parents | bf00f99aec69 |
| children |
line wrap: on
line diff
--- a/packages/language/c/libc/current/tests/time/strftime.c +++ b/packages/language/c/libc/current/tests/time/strftime.c @@ -126,7 +126,7 @@ test( CYG_ADDRWORD data ) "strftime test #9"); size = strftime(s, 1000, "%m", &tm1); - CYG_TEST_PASS_FAIL((size==2) && !my_strcmp(s, "01"), + CYG_TEST_PASS_FAIL((size==2) && !my_strcmp(s, "02"), "strftime test #10"); size = strftime(s, 1000, "%M", &tm1);
