projects
/
backups
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec0fa7c
)
++begin
author
Carl N. Baldwin
<cnb@Cone.local>
Wed, 26 Oct 2005 03:03:04 +0000
(21:03 -0600)
committer
Carl N. Baldwin
<cnb@Cone.local>
Wed, 26 Oct 2005 03:03:04 +0000
(21:03 -0600)
main.cpp
patch
|
blob
|
history
diff --git
a/main.cpp
b/main.cpp
index a5518501772afaa7d180a0f07c2ff3b077991efe..de22d91e28bb13388dd7dfd2b4b72863b0ee3288 100644
(file)
--- a/
main.cpp
+++ b/
main.cpp
@@
-104,7
+104,7
@@
void sizes( ITER begin, const ITER &end, INT &numblocks, INT &numbytes ) {
numbytes += filesize;
numblocks += blocks( filesize );
-
begin++
;
+
++begin
;
}
}