--- par2cmdline-0.4/par2creatorsourcefile.cpp.orig 2004-04-15 13:45:23.000000000 +0000 +++ par2cmdline-0.4/par2creatorsourcefile.cpp 2005-11-04 10:44:17.142781696 +0000 @@ -213,11 +213,12 @@ } } + offset += want; + if (noiselevel > CommandLine::nlQuiet) { // Display progress u32 oldfraction = (u32)(1000 * offset / filesize); - offset += want; u32 newfraction = (u32)(1000 * offset / filesize); if (oldfraction != newfraction) {