Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 8, 2008, 1:46:05 AM (16 years ago)
Author:
landauf
Message:

several changes in TclThreadManager but couldn't yet fix the bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/core/Executor.h

    r1062 r1247  
    3535#include "util/SubString.h"
    3636#include "util/String.h"
     37#include "util/Math.h"
    3738#include "Functor.h"
    3839#include "Debug.h"
     
    100101            COUT(5) << tokens[i]; \
    101102        } \
    102         COUT(5) << ") and " << (paramCount - tokens.size()) << " default values ("; \
     103        COUT(5) << ") and " << max((int)paramCount - (int)tokens.size(), 0) << " default values ("; \
    103104        for (unsigned int i = tokens.size(); i < paramCount; i++) \
    104105        { \
Note: See TracChangeset for help on using the changeset viewer.