Fix a bug and GCC warning introduced in 932669b8
For unsigned types, the comparison >= 0 is always true, so avoid it by using a post-decrement and integrating the initial assigment into the loop body. No change in behavior is intended.
Showing
Please
register
or
sign in
to comment