Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 19, 2008, 3:54:50 PM (16 years ago)
Author:
landauf
Message:

removed bug in ConfigValueContainer with default-vector with size zero (last attempt wasn't successful)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/core/Shell.cc

    r1324 r1325  
    8080        SetConfigValue(maxHistoryLength_, 100);
    8181        SetConfigValue(historyOffset_, 0);
    82         SetConfigValueVector(commandHistory_, std::vector<std::string>(1, ""));
     82        SetConfigValueVector(commandHistory_, std::vector<std::string>());
    8383
    8484        if (this->historyOffset_ >= this->maxHistoryLength_)
Note: See TracChangeset for help on using the changeset viewer.