diff options
author | Keith Stribley <devel@thanlwinsoft.org> | 2009-10-30 08:14:02 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-10-30 08:14:02 -0700 |
commit | 3c2c4bf6f7caed4d78233f0e2251a3fd9cd72e6a (patch) | |
tree | cc1a6c0ad545cf60a70bbc52e6853f137f1d7053 /time | |
parent | 3a83202db6e5591f2b72974c1ad98602c6620770 (diff) | |
download | glibc-3c2c4bf6f7caed4d78233f0e2251a3fd9cd72e6a.zip glibc-3c2c4bf6f7caed4d78233f0e2251a3fd9cd72e6a.tar.gz glibc-3c2c4bf6f7caed4d78233f0e2251a3fd9cd72e6a.tar.bz2 |
Implement Burmese language locale for Myanmar.
Diffstat (limited to 'time')
-rw-r--r-- | time/strftime_l.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/time/strftime_l.c b/time/strftime_l.c index f1d3303..deb75c8 100644 --- a/time/strftime_l.c +++ b/time/strftime_l.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002, 2004, 2007, 2008 Free Software Foundation, Inc. +/* Copyright (C) 2002, 2004, 2007, 2008, 2009 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -884,8 +884,6 @@ __strftime_internal (s, maxsize, format, tp, tzset_called ut_argument #endif case L_('C'): - if (modifier == L_('O')) - goto bad_format; if (modifier == L_('E')) { #if HAVE_STRUCT_ERA_ENTRY |