Changeset 3296 for code/trunk/src
- Timestamp:
- Jul 14, 2009, 4:46:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/CommandEvaluation.cc
r3280 r3296 84 84 } 85 85 86 if (!this->bCommandChanged_ || removeTrailingWhitespaces(this->command_) == removeTrailingWhitespaces(this->originalCommand_))86 if (!this->bCommandChanged_ || nocaseCmp(removeTrailingWhitespaces(this->command_), removeTrailingWhitespaces(this->originalCommand_)) == 0) 87 87 { 88 88 COUT(4) << "CE_execute: " << this->command_ << "\n";
Note: See TracChangeset
for help on using the changeset viewer.