pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/src pingus_main.cxx,1.94,1.95


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src pingus_main.cxx,1.94,1.95
Date: 14 Aug 2003 20:08:27 -0000

Update of /var/lib/cvs/Games/Pingus/src
In directory dark:/tmp/cvs-serv12610

Modified Files:
        pingus_main.cxx 
Log Message:
Undo accidental commit of old changes


Index: pingus_main.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/pingus_main.cxx,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- pingus_main.cxx     14 Aug 2003 20:02:25 -0000      1.94
+++ pingus_main.cxx     14 Aug 2003 20:08:25 -0000      1.95
@@ -124,7 +124,7 @@
       break;
     }
   puts ("exit(EXIT_FAILURE);");
-  //abort();
+  abort();
   throw "crash";
 }
 
@@ -847,9 +847,9 @@
 
   // Register the segfault_handler
 #ifndef WIN32
-  //signal(SIGSEGV, signal_handler);
+  signal(SIGSEGV, signal_handler);
 #endif
-  //signal(SIGINT,  signal_handler);
+  //signal(SIGINT, signal_handler);
 
   // Redirect stdout to somewhere where it is readable
 #if defined WIN32 && defined _DEBUG





reply via email to

[Prev in Thread] Current Thread [Next in Thread]