[Asterisk-cvs] zaptel zaptel.c,1.79,1.80

markster at lists.digium.com markster at lists.digium.com
Sun Jun 20 00:39:57 CDT 2004


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

Modified Files:
	zaptel.c 
Log Message:
Cast rvalue instead of lvalue


Index: zaptel.c
===================================================================
RCS file: /usr/cvsroot/zaptel/zaptel.c,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- zaptel.c	17 Jun 2004 03:08:44 -0000	1.79
+++ zaptel.c	20 Jun 2004 04:25:53 -0000	1.80
@@ -441,7 +441,7 @@
 	if (off > 0)
 		return 0;
 
-	(long *)span = data;
+	span = (long)data;
 
 	if (!span)
 		return 0;




More information about the svn-commits mailing list