Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3296


Ignore:
Timestamp:
Jul 14, 2009, 4:46:16 PM (15 years ago)
Author:
landauf
Message:

1-line-merge to trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/CommandEvaluation.cc

    r3280 r3296  
    8484        }
    8585
    86         if (!this->bCommandChanged_ || removeTrailingWhitespaces(this->command_) == removeTrailingWhitespaces(this->originalCommand_))
     86        if (!this->bCommandChanged_ || nocaseCmp(removeTrailingWhitespaces(this->command_), removeTrailingWhitespaces(this->originalCommand_)) == 0)
    8787        {
    8888            COUT(4) << "CE_execute: " << this->command_ << "\n";
Note: See TracChangeset for help on using the changeset viewer.