[asterisk-commits] trunk r37613 - in /trunk: ./ apps/app_sms.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Fri Jul 14 06:34:25 MST 2006
Author: tilghman
Date: Fri Jul 14 08:34:25 2006
New Revision: 37613
URL: http://svn.digium.com/view/asterisk?rev=37613&view=rev
Log:
Merged revisions 37612 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r37612 | tilghman | 2006-07-14 08:31:11 -0500 (Fri, 14 Jul 2006) | 2 lines
Bug 7526 - previous commit broke app_sms
........
Modified:
trunk/ (props changed)
trunk/apps/app_sms.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.
Modified: trunk/apps/app_sms.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_sms.c?rev=37613&r1=37612&r2=37613&view=diff
==============================================================================
--- trunk/apps/app_sms.c (original)
+++ trunk/apps/app_sms.c Fri Jul 14 08:34:25 2006
@@ -1203,7 +1203,7 @@
f.datalen = len;
f.offset = AST_FRIENDLY_OFFSET;
f.mallocd = 0;
- f.data = buf + AST_FRIENDLY_OFFSET;
+ f.data = buf;
f.samples = samples;
f.src = "app_sms";
/* create a buffer containing the digital sms pattern */
More information about the asterisk-commits
mailing list