<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
"const char ESC_CHARS[] = {'\r','\n'};"<br></blockquote><div><br></div><div>This doesn't have a null terminator, which could definitely cause problems.  The string "\r\n" automatically null terminates.</div>

<div><br></div><div>Josh</div></div>