author | Linus Torvalds <torvalds@g5.osdl.org> | |
Sun, 10 Jul 2005 23:14:22 +0000 (16:14 -0700) | ||
committer | Linus Torvalds <torvalds@g5.osdl.org> | |
Sun, 10 Jul 2005 23:14:22 +0000 (16:14 -0700) | ||
commit | cf219196a89becccb50ad4a0a667a2814ddae60f | |
tree | efd479842d3e2432c998d820284af345eccfe00b | tree | snapshot |
parent | 4bc5fbf82e225aef0694c91458c31515409455e6 | commit | diff |
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% ;)
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 | diff | blob | history |