ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/jabber/libxode xstream.c,1.1.1.1,1.2


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/jabber/libxode xstream.c,1.1.1.1,1.2
Date: Sat, 18 Jan 2003 06:16:47 -0500

Update of /cvsroot/ayttm/ayttm/modules/jabber/libxode
In directory subversions:/tmp/cvs-serv7951/modules/jabber/libxode

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


Index: xstream.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/jabber/libxode/xstream.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- xstream.c   23 Dec 2002 22:04:48 -0000      1.1.1.1
+++ xstream.c   18 Jan 2003 11:16:45 -0000      1.2
@@ -153,7 +153,7 @@
 /* attempts to parse the buff onto this stream firing events to the handler, 
returns the last known status */
 int xstream_eat(xstream xs, char *buff, int len)
 {
-    char *err;
+    char *err = NULL;
     xmlnode xerr;
     static char maxerr[] = "maximum node size reached";
     static char deeperr[] = "maximum node depth reached";





reply via email to

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