Code

Fix up progress report for off-by-one error
authorLinus Torvalds <torvalds@g5.osdl.org>
Sun, 10 Jul 2005 23:14:22 +0000 (16:14 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 10 Jul 2005 23:14:22 +0000 (16:14 -0700)
commitcf219196a89becccb50ad4a0a667a2814ddae60f
treeefd479842d3e2432c998d820284af345eccfe00b
parent4bc5fbf82e225aef0694c91458c31515409455e6
Fix up progress report for off-by-one error

We used to print the index of the object we unpacked, not how many we
had unpacked.  Which caused slightly confusing progress reports like

100% (2/3) done

rather than the more obvious "3/3" for 100% ;)
unpack-objects.c