<div>2012/1/18 Juan Lang <span dir="ltr"><<a href="mailto:juan.lang@gmail.com">juan.lang@gmail.com</a>></span></div><div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Jason,<br>
<br>
+              ME_InsertTextFromCursor(editor, 0, &endlv10[0], 2, style);<br>
<br>
you want to use endlv10 instead, i.e.:<br>
<br>
+              ME_InsertTextFromCursor(editor, 0, endlv10, 2, style);<br>
--Juan<br>
</blockquote></div><br></div><div>This was deliberate - I did that originally and I got a compile warning as one is const WCHAR * and one is const WCHAR[2] (Not sure if that error was from a MSVC windows or Linux compile, but I was trying to avoid it, and a typecast was a bit pointless as the above is accurate as well, isnt it?)<br class="Apple-interchange-newline">
</div><div><br></div><div>Jason</div>