Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9030 in orxonox.OLD


Ignore:
Timestamp:
Jul 3, 2006, 12:49:04 PM (18 years ago)
Author:
amaechler
Message:

hack to avoid ubuntu segfault

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mountain_lake/src/lib/shell/shell_command.cc

    r8894 r9030  
    373373    else
    374374    {
    375       if(this->completors[parameter] == NULL)
    376       //delete this->completors[parameter];
    377       this->completors[parameter] = completorPlugin.clone();
     375//       if(this->completors[parameter] == NULL)
     376//       delete this->completors[parameter];
     377//       this->completors[parameter] = completorPlugin.clone();
    378378    }
    379379    return this;
Note: See TracChangeset for help on using the changeset viewer.