Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1881 in orxonox.OLD for orxonox


Ignore:
Timestamp:
May 8, 2004, 3:05:28 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches/gui/console: fixed compile error, and segmentation fault from 'free entryText' in submit

Location:
orxonox/branches/gui/console
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/gui/console/orxonox_console_entry.cc

    r1880 r1881  
    2727#include "orxonox_console_entry.h"
    2828
    29 OrxonoxConsoleEntry::OrxonoxConsoleEntry(OrxonoxConsoleLog* log)
    30 {
     29/*OrxonoxConsoleEntry::OrxonoxConsoleEntry(OrxonoxConsoleLog* log)
     30  {
    3131  consoleLog = log;
    32 }
     32  }*/
    3333
    3434GtkWidget* OrxonoxConsoleEntry::createEntry()
     
    6262
    6363  gtk_entry_set_text(GTK_ENTRY(data),"");
    64   free (entryText);
     64  // freen entryText;
    6565  return;
    6666}
  • orxonox/branches/gui/console/orxonox_console_entry.h

    r1880 r1881  
    2323
    2424 public:
    25   OrxonoxConsoleEntry(OrxonoxConsoleLog* log);
     25  //  OrxonoxConsoleEntry(OrxonoxConsoleLog* log);
    2626 
    2727  GtkWidget* createEntry(void);
Note: See TracChangeset for help on using the changeset viewer.