Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5150 in orxonox.OLD for trunk/src/util


Ignore:
Timestamp:
Aug 27, 2005, 12:48:47 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: SubString is now Safe also for NULL and 1 parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/shell_command.h

    r5149 r5150  
    162162    {
    163163//      if (parameters != NULL)
    164         //SubString params(parameters, ',');
     164      SubString subLoads(parameters);
     165      subLoads.debug();
    165166#define FUNCTOR_LIST(x) ShellCommandExecute ## x
    166167//#include "functor_list.h"
Note: See TracChangeset for help on using the changeset viewer.