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 2008/03/18 17:24:14 UTC

svn commit: r638434 - /stdcxx/branches/4.2.x/include/loc/_num_get.h

Author: faridz
Date: Tue Mar 18 09:24:08 2008
New Revision: 638434

URL: http://svn.apache.org/viewvc?rev=638434&view=rev
Log:
2008-03-18  Farid Zaripov  <fa...@epam.com>

	Merged r638433 from trunk
	* include/loc/_num_get.h (__rw_check_overflow_int): Corrected a typo.

Modified:
    stdcxx/branches/4.2.x/include/loc/_num_get.h

Modified: stdcxx/branches/4.2.x/include/loc/_num_get.h
URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/include/loc/_num_get.h?rev=638434&r1=638433&r2=638434&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/include/loc/_num_get.h (original)
+++ stdcxx/branches/4.2.x/include/loc/_num_get.h Tue Mar 18 09:24:08 2008
@@ -328,7 +328,7 @@
     }
     else if (__lval > __int_max) {
         __err |= _RW::__rw_failbit;
-        return = int (_RWSTD_INT_MAX);
+        return int (_RWSTD_INT_MAX);
     }
     else