[Asterisk-cvs] zaptel fxotune.c,1.15,1.16

markster at lists.digium.com markster at lists.digium.com
Tue Feb 8 21:29:54 CST 2005


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

Modified Files:
	fxotune.c 
Log Message:
Fix small typo


Index: fxotune.c
===================================================================
RCS file: /usr/cvsroot/zaptel/fxotune.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- fxotune.c	3 Feb 2005 02:44:38 -0000	1.15
+++ fxotune.c	9 Feb 2005 03:30:13 -0000	1.16
@@ -383,7 +383,7 @@
 			}
 	
 			/* send data out on line */
-			res = write(whichzap, &outbuf, BUFFER_LENGTH);
+			res = write(whichzap, outbuf, BUFFER_LENGTH);
 			if (res != BUFFER_LENGTH) {
 				fprintf(stderr, "Could not write all data to line\n");
 				return -1;




More information about the svn-commits mailing list