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:14:58 UTC

svn commit: r594281 - /incubator/stdcxx/branches/4.2.x/util/locale.cpp

Author: faridz
Date: Mon Nov 12 12:14:57 2007
New Revision: 594281

URL: http://svn.apache.org/viewvc?rev=594281&view=rev
Log:
2007-11-12 Farid Zaripov <fa...@epam.com>

	* locale.cpp [_WIN32]: Added missing space in LC_1 command.

Modified:
    incubator/stdcxx/branches/4.2.x/util/locale.cpp

Modified: incubator/stdcxx/branches/4.2.x/util/locale.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.x/util/locale.cpp?rev=594281&r1=594280&r2=594281&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.x/util/locale.cpp (original)
+++ incubator/stdcxx/branches/4.2.x/util/locale.cpp Mon Nov 12 12:14:57 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