Changeset 4036 in orxonox.OLD for orxonox/trunk
- Timestamp:
- May 4, 2005, 3:10:00 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/gui/gui/orxonox_gui_exec.cc
r4034 r4036 26 26 #include "orxonox_gui_exec.h" 27 27 28 #include <string >28 #include <string.h> 29 29 30 30 #include <sys/stat.h> … … 39 39 OrxonoxGuiExec::OrxonoxGuiExec(void) 40 40 { 41 configFile = (char*)malloc(512*sizeof(char));41 configFile = new char[512]; 42 42 43 43 this->execFrame = new Frame("Execute-Tags:");
Note: See TracChangeset
for help on using the changeset viewer.