<div dir="ltr">Hi Guys,<div><br></div><div>    I notice that carriage returns are creeping into files, presumably because you&#39;re editing on Wndows with editors that insert CR+LF at line-endf instead of line-end.  Sorry to be so anal but can we try and avoid CRs in the C source?</div><div><br></div><div>TIA</div><div><br></div><div><div>diff --git a/platforms/Mac OS/plugins/SqueakSSL/sqMacSSL.c b/platforms/Mac OS/pl</div><div>index 3a78d06..a1a8891 100644</div><div>--- a/platforms/Mac OS/plugins/SqueakSSL/sqMacSSL.c     </div><div>+++ b/platforms/Mac OS/plugins/SqueakSSL/sqMacSSL.c     </div><div>@@ -289,12 +289,12 @@ sqInt sqCreateSSL(void)</div><div> </div><div>     if (handle &gt;= handleMax) {</div><div>         const int delta = 100;</div><div>+               int i;<b>^M</b></div><div>         /* Resize the handle buffer */</div><div>         handleBuf = (sqSSL**)realloc(handleBuf,</div><div>                                      (handleMax + delta) * sizeof(sqSSL*));</div><div>-        for (int i = handleMax; i &lt; handleMax + delta; i++) {</div><div>+        for (i = handleMax; i &lt; handleMax + delta; i++)<b>^M</b></div><div>             handleBuf[i] = NULL;</div><div>-        }</div><div>         handleMax += delta;</div><div>     }</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 7, 2016 at 9:21 AM, GitHub <span dir="ltr">&lt;<a href="mailto:noreply@github.com" target="_blank">noreply@github.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <br>  Branch: refs/heads/Cog<br>
  Home:   <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm" rel="noreferrer" target="_blank">https://github.com/<wbr>OpenSmalltalk/opensmalltalk-vm</a><br>
  Commit: b14f85f17051df09c7c7b94d03aef3<wbr>b0207bef00<br>
      <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/b14f85f17051df09c7c7b94d03aef3b0207bef00" rel="noreferrer" target="_blank">https://github.com/<wbr>OpenSmalltalk/opensmalltalk-<wbr>vm/commit/<wbr>b14f85f17051df09c7c7b94d03aef3<wbr>b0207bef00</a><br>
  Author: Tobias Pape &lt;<a href="mailto:tobias@netshed.de">tobias@netshed.de</a>&gt;<br>
  Date:   2016-09-07 (Wed, 07 Sep 2016)<br>
<br>
  Changed paths:<br>
    M platforms/unix/plugins/<wbr>SqueakSSL/sqUnixOpenSSL.c<br>
<br>
  Log Message:<br>
  -----------<br>
  [SqueakSSL] fix endless recursion on failes connect<br>
<br>
Because returning -1 here is actually saying &quot;need more data&quot;<br>
<br>
<br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><span style="font-size:small;border-collapse:separate"><div>_,,,^..^,,,_<br></div><div>best, Eliot</div></span></div></div></div>
</div>