[Orxonox-commit 769] r3296 - trunk/src/core
landauf at orxonox.net
landauf at orxonox.net
Tue Jul 14 16:46:16 CEST 2009
Author: landauf
Date: 2009-07-14 16:46:16 +0200 (Tue, 14 Jul 2009)
New Revision: 3296
Modified:
trunk/src/core/CommandEvaluation.cc
Log:
1-line-merge to trunk
Modified: trunk/src/core/CommandEvaluation.cc
===================================================================
--- trunk/src/core/CommandEvaluation.cc 2009-07-14 14:34:13 UTC (rev 3295)
+++ trunk/src/core/CommandEvaluation.cc 2009-07-14 14:46:16 UTC (rev 3296)
@@ -83,7 +83,7 @@
return true;
}
- if (!this->bCommandChanged_ || removeTrailingWhitespaces(this->command_) == removeTrailingWhitespaces(this->originalCommand_))
+ if (!this->bCommandChanged_ || nocaseCmp(removeTrailingWhitespaces(this->command_), removeTrailingWhitespaces(this->originalCommand_)) == 0)
{
COUT(4) << "CE_execute: " << this->command_ << "\n";
More information about the Orxonox-commit
mailing list