[svn-commits] rmudgett: branch rmudgett/bridge_phase r390753 - /team/rmudgett/bridge_phase/...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jun 6 16:50:11 CDT 2013


Author: rmudgett
Date: Thu Jun  6 16:50:08 2013
New Revision: 390753

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=390753
Log:
Address review feedback.

Modified:
    team/rmudgett/bridge_phase/main/bridging.c

Modified: team/rmudgett/bridge_phase/main/bridging.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/bridge_phase/main/bridging.c?view=diff&rev=390753&r1=390752&r2=390753
==============================================================================
--- team/rmudgett/bridge_phase/main/bridging.c (original)
+++ team/rmudgett/bridge_phase/main/bridging.c Thu Jun  6 16:50:08 2013
@@ -1877,7 +1877,7 @@
  * \brief Fill the BRIDGEPEER value buffer with a comma separated list of channel names.
  * \since 12.0.0
  *
- * \param buf Buffer to fill.  Is guaranteed to be large enough.
+ * \param buf Buffer to fill.  The caller must guarantee the buffer is large enough.
  * \param cur_idx Which index into names[] to skip.
  * \param names Channel names to put in the buffer.
  * \param num_names Number of names in the array.




More information about the svn-commits mailing list