On Thu, Jun 07, 2007 at 07:28:24AM +0000, Zou Lunkai wrote:

> Log message:
>       avoid using possibly invalidated interators

> +     for(size_t i =0; i<original_size; i++) { it++; }

Uh ? Is that loop really needed ? With iterators you can usually
access the end using .end() or .rbegin() and twiking a bit..

--strk;


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to