From b1faa07ab41440b9af427937f43084d517c3dcf9 Mon Sep 17 00:00:00 2001
From: "Carl N. Baldwin" <cnb@Cone.local>
Date: Tue, 25 Oct 2005 21:03:04 -0600
Subject: [PATCH] ++begin

---
 main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.cpp b/main.cpp
index a551850..de22d91 100644
--- 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;
   }
 }
 
-- 
2.34.1