++begin
authorCarl N. Baldwin <cnb@Cone.local>
Wed, 26 Oct 2005 03:03:04 +0000 (21:03 -0600)
committerCarl N. Baldwin <cnb@Cone.local>
Wed, 26 Oct 2005 03:03:04 +0000 (21:03 -0600)
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;
   }
 }