Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 5, 2005, 1:17:00 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/guiMerge: gui produces no more segFault right now … this will probably change again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/guiMerge/src/lib/gui/gui/gui_exec.cc

    r4051 r4052  
    110110  PRINTF(3)("Config Directory is: %s.\n", this->confDir);
    111111  //! \todo F** Windows-support
     112#ifndef __WIN32__
    112113  mkdir(this->confDir, 0755);
     114#else /* __WiN32__ */
     115  mkdir(this->confDir);
     116#endif /* __WIN32__ */
    113117}
    114118
Note: See TracChangeset for help on using the changeset viewer.