[asterisk-commits] qwell: branch qwell/codec_consistency_fix r147148 - /team/qwell/codec_consist...
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Tue Oct  7 11:12:41 CDT 2008
    
    
  
Author: qwell
Date: Tue Oct  7 11:12:40 2008
New Revision: 147148
URL: http://svn.digium.com/view/asterisk?view=rev&rev=147148
Log:
Remove XXX comment that made sense at one time (it's fairly obvious what the problem was..  the wrong example data was used)
Modified:
    team/qwell/codec_consistency_fix/codecs/codec_a_mu.c
Modified: team/qwell/codec_consistency_fix/codecs/codec_a_mu.c
URL: http://svn.digium.com/view/asterisk/team/qwell/codec_consistency_fix/codecs/codec_a_mu.c?view=diff&rev=147148&r1=147147&r2=147148
==============================================================================
--- team/qwell/codec_consistency_fix/codecs/codec_a_mu.c (original)
+++ team/qwell/codec_consistency_fix/codecs/codec_a_mu.c Tue Oct  7 11:12:40 2008
@@ -87,7 +87,7 @@
 	f.mallocd = 0;
 	f.offset = 0;
 	f.src = __PRETTY_FUNCTION__;
-	f.data.ptr = ex_alaw; /* XXX what ? */
+	f.data.ptr = ex_alaw;
 	return &f;
 }
 
    
    
More information about the asterisk-commits
mailing list