[Pkg-voip-commits] r7260 - /lcr/trunk/debian/patches/chan_lcr_compiles_asterisk_1.6-2.patch

dorchain-guest at alioth.debian.org dorchain-guest at alioth.debian.org
Mon May 25 12:31:11 UTC 2009


Author: dorchain-guest
Date: Mon May 25 12:31:11 2009
New Revision: 7260

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7260
Log:
Brown paperpag upload: This is the complete compile fix

Modified:
    lcr/trunk/debian/patches/chan_lcr_compiles_asterisk_1.6-2.patch

Modified: lcr/trunk/debian/patches/chan_lcr_compiles_asterisk_1.6-2.patch
URL: http://svn.debian.org/wsvn/pkg-voip/lcr/trunk/debian/patches/chan_lcr_compiles_asterisk_1.6-2.patch?rev=7260&op=diff
==============================================================================
--- lcr/trunk/debian/patches/chan_lcr_compiles_asterisk_1.6-2.patch (original)
+++ lcr/trunk/debian/patches/chan_lcr_compiles_asterisk_1.6-2.patch Mon May 25 12:31:11 2009
@@ -1,3 +1,14 @@
+--- chan_lcr.c.orig	2009-05-25 13:38:39.345375048 +0200
++++ chan_lcr.c	2009-05-25 13:41:27.927698177 +0200
+@@ -1995,7 +1995,7 @@
+ 		return -1;
+ 	}
+ 	if (call->bchannel && f->samples)
+-		bchannel_transmit(call->bchannel, (unsigned char *)f->data, f->samples);
++		bchannel_transmit(call->bchannel, *((unsigned char **)&(f->data)), f->samples);
+ 	ast_mutex_unlock(&chan_lock);
+ 	return 0;
+ }
 --- chan_lcr.c.orig	2009-05-22 21:40:01.385550322 +0200
 +++ chan_lcr.c	2009-05-22 21:40:56.015582883 +0200
 @@ -2035,7 +2035,7 @@




More information about the Pkg-voip-commits mailing list