Ignore:
Timestamp:
04/18/13 14:19:42 (12 years ago)
Author:
tbretz
Message:
Fixed a crash when the source was not found.
File:
1 edited

Legend:

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

    r15211 r15366  
    152152
    153153    vector<mysqlpp::Row>::const_iterator row=res.begin();
     154    if (row==res.end())
     155        return 1;
    154156
    155157    Nova::EquPosn pos;
Note: See TracChangeset for help on using the changeset viewer.