Author: leo
Date: Wed Nov  9 09:23:08 2005
New Revision: 9859

Modified:
   trunk/charset/unicode.c
Log:
clear error ptr in unicode.downcase

Modified: trunk/charset/unicode.c
==============================================================================
--- trunk/charset/unicode.c     (original)
+++ trunk/charset/unicode.c     Wed Nov  9 09:23:08 2005
@@ -136,6 +136,7 @@ u_strToLower(UChar *dest, int32_t destCa
              const char *locale,
              UErrorCode *pErrorCode);
      */
+    err = U_ZERO_ERROR;
     result_len = u_strToLower(src->strstart, PObj_buflen(src) / 2,
             src->strstart, src->strlen,
             NULL,       /* locale = default */

Reply via email to