- Timestamp:
- 11/20/07 23:45:14 (1 year ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/trunk/Sources_Common/HTTP/HTTPClient/CHTTPRequestResponse.cpp
r19 r143 285 285 286 286 // Does it start with a space => folded 287 if (!line2.empty() && isspace(line2[ 0UL]))287 if (!line2.empty() && isspace(line2[(cdstring::size_type)0])) 288 288 // Copy folded line (without space) to current line and cycle for more 289 289 line1.append(line2, 1, line2.length() - 1);