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/10/15 17:32:04 UTC

svn commit: r584805 - /incubator/stdcxx/branches/4.2.0/include/rw/_ioinsert.cc

Author: faridz
Date: Mon Oct 15 08:32:02 2007
New Revision: 584805

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

	STDCXX-206
	* _ioinsert.cc (__rw_insert): Corrected #ifndef to #ifdef.

Modified:
    incubator/stdcxx/branches/4.2.0/include/rw/_ioinsert.cc

Modified: incubator/stdcxx/branches/4.2.0/include/rw/_ioinsert.cc
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/include/rw/_ioinsert.cc?rev=584805&r1=584804&r2=584805&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/include/rw/_ioinsert.cc (original)
+++ incubator/stdcxx/branches/4.2.0/include/rw/_ioinsert.cc Mon Oct 15 08:32:02 2007
@@ -170,7 +170,7 @@
             else {
                 __err = _STD::ios_base::badbit;
 
-#ifndef _RWSTD_NO_EXT_KEEP_WIDTH_ON_FAILURE
+#ifdef _RWSTD_NO_EXT_KEEP_WIDTH_ON_FAILURE
                 __strm.width (0);
 #endif   // _RWSTD_NO_EXT_KEEP_WIDTH_ON_FAILURE
             }