[EMAIL PROTECTED] wrote:
Author: faridz
Date: Thu Apr 10 03:37:54 2008
New Revision: 646739

URL: http://svn.apache.org/viewvc?rev=646739&view=rev
Log:
2008-04-10 Farid Zaripov <[EMAIL PROTECTED]>

        * tests/regress/22.locale.codecvt.stdcxx-435.cpp (main): Added
        zero element in names array to correctly terminate the loop.

Thanks you, kind sir! That was my bad.

Martin


Modified:
    stdcxx/trunk/tests/regress/22.locale.codecvt.stdcxx-435.cpp

Modified: stdcxx/trunk/tests/regress/22.locale.codecvt.stdcxx-435.cpp
URL: 
http://svn.apache.org/viewvc/stdcxx/trunk/tests/regress/22.locale.codecvt.stdcxx-435.cpp?rev=646739&r1=646738&r2=646739&view=diff
==============================================================================
--- stdcxx/trunk/tests/regress/22.locale.codecvt.stdcxx-435.cpp (original)
+++ stdcxx/trunk/tests/regress/22.locale.codecvt.stdcxx-435.cpp Thu Apr 10 
03:37:54 2008
@@ -48,7 +48,9 @@
         "as-IN",  // Win Vista
         "bn-IN",  // Win XP SP2
         "zh-HK",
-        "zh-CN"
+        "zh-CN",
+
+        0
     };
// try to find the first multibyte locale on this system



Reply via email to