div0 <d...@users.sourceforge.net> writes:

> for(uint i = end - 1; i < length; --i)
>   ...

What does "length" represent here? It's not clear to me how "i"
descending toward zero is going to break the guard condition.

-- 
Steven E. Harris

Reply via email to