Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3159 in orxonox.OLD


Ignore:
Timestamp:
Dec 11, 2004, 11:59:26 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk/gui: stupid error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/gui/orxonox_gui_gtk.cc

    r3158 r3159  
    632632    delete flagNameShort;
    633633  flagNameShort = new char [strlen(flagnameshort)+1];
    634   strcpy(flagName, flagnameshort);
     634  strcpy(flagNameShort, flagnameshort);
    635635  defaultValue = defaultvalue;
    636636  cout << "Set Flagname of " << label << " to " << flagname << endl;
Note: See TracChangeset for help on using the changeset viewer.