From 3c2c4bf6f7caed4d78233f0e2251a3fd9cd72e6a Mon Sep 17 00:00:00 2001 From: Keith Stribley Date: Fri, 30 Oct 2009 08:14:02 -0700 Subject: Implement Burmese language locale for Myanmar. --- time/strftime_l.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'time/strftime_l.c') 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 -- cgit v1.1