Changeset 19457 for trunk/FACT++


Ignore:
Timestamp:
03/28/19 21:28:57 (5 years ago)
Author:
tbretz
Message:
The prefix was missing for the offset-file.
File:
1 edited

Legend:

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

    r19386 r19457  
    13411341
    13421342        if (conf.Has("offset-file"))
    1343             LoadOffsets(conf.Get<string>("offset-file"));
     1343            if (!LoadOffsets(conf.GetPrefixedString("offset-file")))
     1344                return 2;
    13441345
    13451346        return -1;
Note: See TracChangeset for help on using the changeset viewer.