You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by fa...@apache.org on 2007/11/12 21:17:15 UTC

svn commit: r594283 - /incubator/stdcxx/trunk/util/locale.cpp

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 <fa...@epam.com>

	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