Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8067 in orxonox.OLD for branches/network/src/util/signal_handler.cc


Ignore:
Timestamp:
Jun 1, 2006, 2:06:53 PM (18 years ago)
Author:
rennerc
Message:

implemented gamestates for multiplayerTeamDeathmatch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/util/signal_handler.cc

    r8024 r8067  
    105105    {
    106106      dup2( fd[0], STDIN_FILENO );
    107       snprintf( command, 255, "gdb -p %d %s 1>" GDB_BT_FILE " 2>&1", pid, getInstance()->appName.c_str() );
     107      snprintf( command, 255, "gdb -p %d %s 1>>" GDB_BT_FILE " 2>&1", pid, getInstance()->appName.c_str() );
    108108    }
    109109    else
Note: See TracChangeset for help on using the changeset viewer.