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  <[EMAIL PROTECTED]>

        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
 


Reply via email to