Author: faridz
Date: Mon Nov 12 12:17:15 2007
New Revision: 594283

URL: http://svn.apache.org/viewvc?rev=594283&view=rev
Log:
2007-11-12 Farid Zaripov <[EMAIL PROTECTED]>

        Merged r594281 from branches/4.2.x
        * locale.cpp [_WIN32]: Added missing space in LS_1 command.

Modified:
    incubator/stdcxx/trunk/util/locale.cpp

Modified: incubator/stdcxx/trunk/util/locale.cpp
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/util/locale.cpp?rev=594283&r1=594282&r2=594283&view=diff
==============================================================================
--- incubator/stdcxx/trunk/util/locale.cpp (original)
+++ incubator/stdcxx/trunk/util/locale.cpp Mon Nov 12 12:17:15 2007
@@ -39,7 +39,7 @@
 #  define LS_1       "ls -1 "
 #else
 #  define SLASH      "\\"
-#  define LS_1       "dir /B /A:D"
+#  define LS_1       "dir /B /A:D "
 #endif
 
 #ifndef _MSC_VER


Reply via email to