Author: faridz
Date: Fri Oct  5 09:26:44 2007
New Revision: 582336

URL: http://svn.apache.org/viewvc?rev=582336&view=rev
Log:
2007-10-05 Farid Zaripov <[EMAIL PROTECTED]>

        * _punct.cc (__rw_match_name): Added missing space character.

Modified:
    incubator/stdcxx/branches/4.2.0/include/loc/_punct.cc

Modified: incubator/stdcxx/branches/4.2.0/include/loc/_punct.cc
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/include/loc/_punct.cc?rev=582336&r1=582335&r2=582336&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/include/loc/_punct.cc (original)
+++ incubator/stdcxx/branches/4.2.0/include/loc/_punct.cc Fri Oct  5 09:26:44 
2007
@@ -88,7 +88,7 @@
             typedef _STD::char_traits<_CharT> _Traits;
 
             const _RWSTD_SIZE_T __mask =
-                _RWSTD_STATIC_CAST(_RWSTD_SIZE_T, 1UL) << __k;
+                _RWSTD_STATIC_CAST (_RWSTD_SIZE_T, 1UL) << __k;
 
             if (__bits & __mask) {
                 // `name' is still in the set, see if the next char matches


Reply via email to