Return-Path: Delivered-To: apmail-incubator-stdcxx-commits-archive@www.apache.org Received: (qmail 21007 invoked from network); 12 Nov 2007 20:15:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Nov 2007 20:15:21 -0000 Received: (qmail 8490 invoked by uid 500); 12 Nov 2007 20:15:09 -0000 Delivered-To: apmail-incubator-stdcxx-commits-archive@incubator.apache.org Received: (qmail 8473 invoked by uid 500); 12 Nov 2007 20:15:09 -0000 Mailing-List: contact stdcxx-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-commits@incubator.apache.org Received: (qmail 8462 invoked by uid 99); 12 Nov 2007 20:15:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Nov 2007 12:15:09 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Nov 2007 20:16:06 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 16D531A9832; Mon, 12 Nov 2007 12:14:59 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r594281 - /incubator/stdcxx/branches/4.2.x/util/locale.cpp Date: Mon, 12 Nov 2007 20:14:58 -0000 To: stdcxx-commits@incubator.apache.org From: faridz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071112201459.16D531A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 * 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