[Asterisk-cvs] asterisk/channels chan_sip.c,1.212,1.213

markster at lists.digium.com markster at lists.digium.com
Wed Nov 12 18:18:18 CST 2003


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

Modified Files:
	chan_sip.c 
Log Message:
Fix typo


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -d -r1.212 -r1.213
--- chan_sip.c	13 Nov 2003 00:43:02 -0000	1.212
+++ chan_sip.c	13 Nov 2003 00:44:31 -0000	1.213
@@ -3742,8 +3742,8 @@
 			if ((a = strchr(tmp5, ';'))) 
 				*a = '\0';
 			/* Skip leading whitespace */
-			while(tmp[0] && (tmp[0] < 33))
-				memmove(tmp, tmp+1, strlen(tmp));
+			while(tmp5[0] && (tmp5[0] < 33))
+				memmove(tmp5, tmp5+1, strlen(tmp5));
 				
 		}
 	}




More information about the svn-commits mailing list