Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 25, 2008, 9:58:14 PM (16 years ago)
Author:
landauf
Message:

finally got a good approach for the CommandExecutor parser. more to come.

File:
1 edited

Legend:

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

    r1416 r1424  
    223223        else
    224224        {
    225             if (bundle = TclThreadManager::getInstance().getInterpreterBundle(threadID))
     225            if ((bundle = TclThreadManager::getInstance().getInterpreterBundle(threadID)))
    226226            {
    227227                COUT(0) << "Queue dump of Tcl-thread " << threadID << ":" << std::endl;
Note: See TracChangeset for help on using the changeset viewer.