Show
Ignore:
Timestamp:
11/20/07 23:45:14 (1 year ago)
Author:
daboo
Message:

Merge of win32-merge branch.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mulberry/trunk/Sources_Common/HTTP/HTTPClient/CHTTPRequestResponse.cpp

    r19 r143  
    285285                 
    286286                // Does it start with a space => folded 
    287                 if (!line2.empty() && isspace(line2[0UL])) 
     287                if (!line2.empty() && isspace(line2[(cdstring::size_type)0])) 
    288288                        // Copy folded line (without space) to current line and cycle for more 
    289289                        line1.append(line2, 1, line2.length() - 1);