Changeset 14490


Ignore:
Timestamp:
10/18/12 15:30:36 (12 years ago)
Author:
tbretz
Message:
Fixed a mistake with a condition.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/lidctrl.cc

    r14360 r14490  
    211211        // Does the message contain a header?
    212212        const size_t p1 = fRdfData.find("\r\n\r\n");
    213         if (p1==string::npos)
     213        if (p1!=string::npos)
    214214        {
    215215            // Does the answer also contain the body?
Note: See TracChangeset for help on using the changeset viewer.