Commit 79a343968a4a91c98fae1afa61cdadc5b573c93d

Sebastian Schuberth 2011-09-09T09:32:39

Fix a bug and GCC warning introduced in 932669b 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.