Changeset 19287


Ignore:
Timestamp:
2009-04-29T14:52:55+12:00 (15 years ago)
Author:
ak19
Message:

Ignores the Windows carriage return backslash-r marker

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/common-src/src/lib/dbclass.cpp

    r15655 r19287  
    9595
    9696    } else {
    97       // a normal character
    98       value.push_back(*here);
     97      if(*here != '\r') {
     98    // a normal character
     99    value.push_back(*here);
     100      }
    99101    }
    100102
Note: See TracChangeset for help on using the changeset viewer.