<p>Josh Soref has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/16761">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">spelling: backslashes<br><br>Change-Id: Idbc3ad3165c8ec6b60621d153a0f76af9214d4c5<br>---<br>M res/res_http_post.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/61/16761/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/res/res_http_post.c b/res/res_http_post.c</span><br><span>index a77ef0d..069c102 100644</span><br><span>--- a/res/res_http_post.c</span><br><span>+++ b/res/res_http_post.c</span><br><span>@@ -263,7 +263,7 @@</span><br><span>                              marker += x;  /* Index beyond the filename marker */</span><br><span>                                 path_start = &buf[marker];</span><br><span>                               for (path_end = path_start, x = 0; x < char_in_buf-marker; x++, path_end++) {</span><br><span style="color: hsl(0, 100%, 40%);">-                                        if ('\\' == *path_end) {        /* convert backslashses to forward slashes */</span><br><span style="color: hsl(120, 100%, 40%);">+                                 if ('\\' == *path_end) {        /* convert backslashes to forward slashes */</span><br><span>                                                 *path_end = '/';</span><br><span>                                     }</span><br><span>                                    if ('\"' == *path_end) {   /* If at the end of the file name spec */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/16761">change 16761</a>. To unsubscribe, or for help writing mail filters, 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/c/asterisk/+/16761"/><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-Change-Id: Idbc3ad3165c8ec6b60621d153a0f76af9214d4c5 </div>
<div style="display:none"> Gerrit-Change-Number: 16761 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Josh Soref <jsoref@gmail.com> </div>
<div style="display:none"> Gerrit-CC: Friendly Automation </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>