Nicolas,<div><br></div><div>    thanks for this review!  I&#39;ve updated my master copies of both the Mac files you mention.  Since the fixes don&#39;t seem to be urgent I&#39;ll release them when other fixes arrive.<br><br>
<div class="gmail_quote">On Thu, Aug 30, 2012 at 3:01 PM, Nicolas Cellier <span dir="ltr">&lt;<a href="mailto:nicolas.cellier.aka.nice@gmail.com" target="_blank">nicolas.cellier.aka.nice@gmail.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>
intention of this line<br>
                        return (err = 0);<br>
might well be<br>
                        return (err == 0);<br></blockquote><div><br></div><div>Looks to me that this is historical; perhaps err was global?  clipboardWriteFromAt only ever returns 0, so I think it should read &quot;return 0;&quot;.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
A clue, previously assigned value is not used<br>
    err = PasteboardPutItemFlavor (pb, (PasteboardItemID)1,<br>
kUTTypeUTF16PlainText, data, 0);<br>
<br>
These are useful Xcode warnings that we should not ignore.<br>
<span class="HOEnZb"><font color="#888888"><br>
Nicolas<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>best,<div>Eliot</div><br>
</div>