[Asterisk-cvs] asterisk indications.c,1.18,1.19

markster at lists.digium.com markster at lists.digium.com
Sun Jul 18 12:12:55 CDT 2004


Update of /usr/cvsroot/asterisk
In directory localhost.localdomain:/tmp/cvs-serv4731

Modified Files:
	indications.c 
Log Message:
Need actual offset space (bug #2076)


Index: indications.c
===================================================================
RCS file: /usr/cvsroot/asterisk/indications.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- indications.c	22 Jun 2004 20:11:15 -0000	1.18
+++ indications.c	18 Jul 2004 15:58:57 -0000	1.19
@@ -51,6 +51,7 @@
 	int pos;
 	int origwfmt;
 	struct ast_frame f;
+	unsigned char offset[AST_FRIENDLY_OFFSET];
 	short data[4000];
 };
 




More information about the svn-commits mailing list