graveman-cvs
[Top][All Lists]
Advanced

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

[Graveman-cvs] Changes to graveman/current/src/tools.c


From: sylvain cresto
Subject: [Graveman-cvs] Changes to graveman/current/src/tools.c
Date: Sat, 12 Feb 2005 13:15:52 -0500

Index: graveman/current/src/tools.c
diff -u graveman/current/src/tools.c:1.9 graveman/current/src/tools.c:1.10
--- graveman/current/src/tools.c:1.9    Sat Feb 12 16:41:07 2005
+++ graveman/current/src/tools.c        Sat Feb 12 18:15:51 2005
@@ -321,6 +321,7 @@
 {
   gint Lcmdstatus = 0;
 
+  kill(Apid, SIGINT);
   waitpid(Apid, &Lcmdstatus, 0);
 
   if ((WIFEXITED(Lcmdstatus) && WEXITSTATUS(Lcmdstatus)!=0) || 
(!(WIFEXITED(Lcmdstatus)))) {




reply via email to

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