ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/src crash.c,1.5,1.6


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src crash.c,1.5,1.6
Date: Sat, 18 Jan 2003 06:16:47 -0500

Update of /cvsroot/ayttm/ayttm/src
In directory subversions:/tmp/cvs-serv7951/src

Modified Files:
        crash.c 
Log Message:
- src/crash.c
Fix a format string error
- modules/jabber/libxode/xstream.c
Initialize err


Index: crash.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/crash.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- crash.c     16 Jan 2003 21:40:50 -0000      1.5
+++ crash.c     18 Jan 2003 11:16:45 -0000      1.6
@@ -556,7 +556,7 @@
  */
 static void crash_cleanup_exit(void)
 {
-       char *filename = g_strdup_printf("%s%s%s", config_dir, 
G_DIR_SEPARATOR,"eb_socket");
+       char *filename = g_strdup_printf("%s%c%s", config_dir, 
G_DIR_SEPARATOR,"eb_socket");
        unlink(filename);
        g_free(filename);
 }





reply via email to

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