[Asterisk-cvs] zaptel ztd-eth.c,1.4,1.5

markster at lists.digium.com markster at lists.digium.com
Thu Jan 8 21:17:31 CST 2004


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv3465

Modified Files:
	ztd-eth.c 
Log Message:
Fix typo


Index: ztd-eth.c
===================================================================
RCS file: /usr/cvsroot/zaptel/ztd-eth.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ztd-eth.c	6 Jan 2004 13:26:44 -0000	1.4
+++ ztd-eth.c	9 Jan 2004 03:09:14 -0000	1.5
@@ -279,7 +279,7 @@
 				if (tmp2) {
 					if (tmp3) {
 						*tmp3 = '\0';
-						*tmp3++;
+						tmp3++;
 					}
 					res = hex2int(tmp2);
 					if (res < 0)




More information about the svn-commits mailing list