Changeset 13682 for trunk/FACT++


Ignore:
Timestamp:
05/12/12 21:45:36 (13 years ago)
Author:
tbretz
Message:
Fixed a newly introduced bug when parsing the .x - opt should have been checked, not data.
File:
1 edited

Legend:

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

    r13668 r13682  
    10491049
    10501050        map<string,string> data = Tools::Split(opt);
    1051         if (data.size()==0)
     1051        if (opt.size()==0)
    10521052            return false;
    10531053
Note: See TracChangeset for help on using the changeset viewer.