summaryrefslogtreecommitdiff
path: root/src/commit.c
diff options
context:
space:
mode:
authorSebastian Schuberth <sschuberth@gmail.com>2011-09-09 09:32:39 +0200
committerSebastian Schuberth <sschuberth@gmail.com>2011-09-12 22:22:59 +0200
commit79a343968a4a91c98fae1afa61cdadc5b573c93d (patch)
treedd0fdf25df109bac1053e171f5b9362f579dca44 /src/commit.c
parentbac47f1ff8c6684671c67000c747a6b0a7f2c6dc (diff)
downloadlibgit2-79a343968a4a91c98fae1afa61cdadc5b573c93d.tar.gz
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.
Diffstat (limited to 'src/commit.c')
0 files changed, 0 insertions, 0 deletions