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:21:32 UTC

svn commit: r638433 - /stdcxx/trunk/include/loc/_num_get.h

Author: faridz
Date: Tue Mar 18 09:21:28 2008
New Revision: 638433

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

	* include/loc/_num_get.h (__rw_check_overflow_int): Corrected a typo.

Modified:
    stdcxx/trunk/include/loc/_num_get.h

Modified: stdcxx/trunk/include/loc/_num_get.h
URL: http://svn.apache.org/viewvc/stdcxx/trunk/include/loc/_num_get.h?rev=638433&r1=638432&r2=638433&view=diff
==============================================================================
--- stdcxx/trunk/include/loc/_num_get.h (original)
+++ stdcxx/trunk/include/loc/_num_get.h Tue Mar 18 09:21:28 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