Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 13, 2011, 7:30:04 PM (13 years ago)
Author:
landauf
Message:

improved error output of CommandExecutor and Tcl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/output/src/libraries/core/command/CommandEvaluation.cc

    r8806 r8836  
    131131
    132132            if (!this->execCommand_)
    133                 *error = CommandExecutor::Error;
     133                *error = CommandExecutor::Inexistent;
    134134            else if (!this->execCommand_->isActive())
    135135                *error = CommandExecutor::Deactivated;
     
    187187            if (bPrintError)
    188188                orxout(internal_error, context::commands) << "Can't evaluate arguments, no console command assigned." << endl;
    189             return CommandExecutor::Error;
     189            return CommandExecutor::Inexistent;
    190190        }
    191191
Note: See TracChangeset for help on using the changeset viewer.