[asterisk-commits] file: branch file/res_bucket_sounds r408260 - /team/file/res_bucket_sounds/res/
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Sun Feb 16 13:34:35 CST 2014
    
    
  
Author: file
Date: Sun Feb 16 13:34:33 2014
New Revision: 408260
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=408260
Log:
One change and it builds again!
Modified:
    team/file/res_bucket_sounds/res/res_bucket_sounds.c
Modified: team/file/res_bucket_sounds/res/res_bucket_sounds.c
URL: http://svnview.digium.com/svn/asterisk/team/file/res_bucket_sounds/res/res_bucket_sounds.c?view=diff&rev=408260&r1=408259&r2=408260
==============================================================================
--- team/file/res_bucket_sounds/res/res_bucket_sounds.c (original)
+++ team/file/res_bucket_sounds/res/res_bucket_sounds.c Sun Feb 16 13:34:33 2014
@@ -818,7 +818,7 @@
 
 /*! \brief Callback function invoked when formats are registered or unregistered */
 static void format_update_cb(void *data, struct stasis_subscription *sub,
-	struct stasis_topic *topic, struct stasis_message *message)
+	struct stasis_message *message)
 {
 	sounds_reload();
 }
    
    
More information about the asterisk-commits
mailing list