<p>Corey Farrell <strong>posted comments</strong> on this change.</p><p><a href="https://gerrit.asterisk.org/7871">View Change</a></p><p>Patch set 3:<span style="border-radius: 3px; display: inline-block; margin: 0 2px; padding: 4px;background-color: #ffd4d4;">Code-Review -1</span></p><p>(1 comment)</p><ul style="list-style: none; padding-left: 20px;"><li><p><a href="https://gerrit.asterisk.org/#/c/7871/3/include/asterisk/vector.h">File include/asterisk/vector.h:</a></p><ul style="list-style: none; padding-left: 20px;"><li><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/#/c/7871/3/include/asterisk/vector.h@58">Patch Set #3, Line 58:</a> </p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;"><pre style="font-family: monospace,monospace; white-space: pre-wrap;">/*!<br> * \brief Create a string vector by splitting a string.<br> *<br> * \param dest Pointer to an initialized vector.<br> * \param input String buffer to split.<br> * \param delim String delimeter passed to strsep.<br> * \param excludes_cmp NULL or a function like strcmp to exclude duplicate strings.<br> */<br>int ast_vector_string_create(struct ast_vector_string *dest,<br>       const char *input, const char *delim,<br> int (*excludes_cmp)(const char *s1, const char *s2));<br></pre></blockquote></p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">I know I had already +1'd this, but I'm now thinking this might be better r</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">That actually makes some sense to me as well.  This function does not return allocated or even initialize the vector, it appends.</p><p style="white-space: pre-wrap; word-wrap: break-word;">I'm also updating the '\brief' with s/Create/Append/.</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.asterisk.org/7871">change 7871</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/7871"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: comment </div>
<div style="display:none"> Gerrit-Change-Id: I1bf02a1efeb2baeea11c59c557d39dd1197494d7 </div>
<div style="display:none"> Gerrit-Change-Number: 7871 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>
<div style="display:none"> Gerrit-Reviewer: Corey Farrell <git@cfware.com> </div>
<div style="display:none"> Gerrit-Reviewer: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Kevin Harwell <kharwell@digium.com> </div>
<div style="display:none"> Gerrit-Comment-Date: Fri, 12 Jan 2018 00:03:58 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>