[Pkg-voip-commits] r2867 - asterisk/trunk/debian/patches

Kilian Krause kilian at alioth.debian.org
Thu Dec 28 12:30:35 CET 2006


Author: kilian
Date: 2006-12-28 12:30:35 +0100 (Thu, 28 Dec 2006)
New Revision: 2867

Modified:
   asterisk/trunk/debian/patches/bristuff.dpatch
Log:
fix last commit to bristuff.dpatch


Modified: asterisk/trunk/debian/patches/bristuff.dpatch
===================================================================
--- asterisk/trunk/debian/patches/bristuff.dpatch	2006-12-28 10:47:44 UTC (rev 2866)
+++ asterisk/trunk/debian/patches/bristuff.dpatch	2006-12-28 11:30:35 UTC (rev 2867)
@@ -14734,7 +14734,7 @@
  			char tmp[1024];
  			char tmp2[1024];
 +			char tmp3[1024];
-+			char result[1024];
++			int result[1024];
  			const char *format = !strcasecmp(chan->monitor->format,"wav49") ? "WAV" : chan->monitor->format;
  			char *name = chan->monitor->filename_base;
  			int directory = strchr(name, '/') ? 1 : 0;




More information about the Pkg-voip-commits mailing list