Changeset 14490
- Timestamp:
- 10/18/12 15:30:36 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/lidctrl.cc
r14360 r14490 211 211 // Does the message contain a header? 212 212 const size_t p1 = fRdfData.find("\r\n\r\n"); 213 if (p1 ==string::npos)213 if (p1!=string::npos) 214 214 { 215 215 // Does the answer also contain the body?
Note:
See TracChangeset
for help on using the changeset viewer.