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: Thu, 31 Mar 2005 17:14:19 -0500

Index: graveman/current/src/tools.c
diff -u graveman/current/src/tools.c:1.19 graveman/current/src/tools.c:1.20
--- graveman/current/src/tools.c:1.19   Tue Mar 29 00:10:26 2005
+++ graveman/current/src/tools.c        Thu Mar 31 22:14:12 2005
@@ -467,16 +467,14 @@
   gint *Lloccont = (gint *) sc_grave_get_data(Lg, "loccont");
 
   if (Acond == G_IO_HUP || Acond == G_IO_ERR) {
-    printf("err!\n");
     *Lloccont = 0;
     return FALSE;
   }
-printf("oui man ?\n");  
+
   Lstatus = g_io_channel_read_line(Astd, &Lbuffer, NULL, NULL, NULL);  
   if (!Lbuffer) {
     return TRUE;
   }
-printf("====>%s\n", Lbuffer);
 
   Lstrbuf = g_string_append(Lstrbuf, Lbuffer);
 




reply via email to

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