Changeset 14010 for trunk


Ignore:
Timestamp:
05/31/12 19:35:16 (12 years ago)
Author:
tbretz
Message:
Exit with 128 not -1
File:
1 edited

Legend:

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

    r13947 r14010  
    13091309
    13101310        if (str==".qqq")
    1311             exit(-1);
     1311            exit(128);
    13121312
    13131313        if (str==".qqqqqq")
Note: See TracChangeset for help on using the changeset viewer.