Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5270 in orxonox.OLD for trunk/src/lib/util


Ignore:
Timestamp:
Sep 27, 2005, 7:21:38 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: try and catch windows compatibility with glew, catch because it does not work yet :*|

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/util/helper_functions.cc

    r5207 r5270  
    4343  int result = strtol(INT, &endPtr, 10);
    4444
    45   if ( endPtr >= INT && endPtr < INT + strnlen(INT, 10))
     45  if ( endPtr >= INT && endPtr < INT + strlen(INT))
    4646    return defaultValue;
    4747  else
Note: See TracChangeset for help on using the changeset viewer.