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:10:54 UTC

svn commit: r584801 - /incubator/stdcxx/trunk/include/rw/_ioinsert.cc

Author: faridz
Date: Mon Oct 15 08:10:53 2007
New Revision: 584801

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

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

Modified:
    incubator/stdcxx/trunk/include/rw/_ioinsert.cc

Modified: incubator/stdcxx/trunk/include/rw/_ioinsert.cc
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/include/rw/_ioinsert.cc?rev=584801&r1=584800&r2=584801&view=diff
==============================================================================
--- incubator/stdcxx/trunk/include/rw/_ioinsert.cc (original)
+++ incubator/stdcxx/trunk/include/rw/_ioinsert.cc Mon Oct 15 08:10:53 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
             }