[Asterisk-cvs] asterisk logger.c,1.63,1.64

kpfleming at lists.digium.com kpfleming at lists.digium.com
Sun Apr 3 16:32:48 CDT 2005


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv27797

Modified Files:
	logger.c 
Log Message:
fix obvious coding error from yesterday's fix


Index: logger.c
===================================================================
RCS file: /usr/cvsroot/asterisk/logger.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- logger.c	2 Apr 2005 23:20:11 -0000	1.63
+++ logger.c	3 Apr 2005 21:25:45 -0000	1.64
@@ -608,7 +608,7 @@
 {
 	char *src, *dest, *end;
 	
-	if (!src)
+	if (!str)
 		return;
 
 	/* find the first potential escape sequence in the string */




More information about the svn-commits mailing list