<div class="gmail_quote">On Tue, Jul 7, 2009 at 5:34 PM,  <span dir="ltr"><<a href="mailto:dkasak13@users.sourceforge.net">dkasak13@users.sourceforge.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

+               // Account for GPL jump that some commands set<br>
+               reader.seek(reader.pos() + _jump);<br></blockquote></div><div><br></div>not sure how efficient the stream reader is, i.e. whether it tests the new position for inequality or whether it always refills its buffers.  maybe it would be nicer to test if (_jump != 0) { ... }<div>

<br>-- <br>Robert Špalek <<a href="mailto:rspalek@gmail.com">rspalek@gmail.com</a>><br>
</div>