mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
dbbdd062c6
This bug has been referenced here: http://sourceforge.net/tracker/index.php?func=detail&aid=1802742&group_id=30568&atid=399698 http://sourceforge.net/tracker/index.php?func=detail&aid=1085638&group_id=30568&atid=399698 PR: ports/132494 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
14 lines
357 B
C++
14 lines
357 B
C++
--- par2creatorsourcefile.cpp.orig 2009-03-10 07:10:35.860499029 +0000
|
|
+++ par2creatorsourcefile.cpp 2009-03-10 07:12:53.111712521 +0000
|
|
@@ -224,6 +224,10 @@
|
|
cout << newfraction/10 << '.' << newfraction%10 << "%\r" << flush;
|
|
}
|
|
}
|
|
+ else
|
|
+ {
|
|
+ offset += want;
|
|
+ }
|
|
}
|
|
|
|
// Did we finish the last block
|