* morituri/program/cdparanoia.py:

Since stop can be same as start, add + 1 to progress calculation.
	  Fixes #37.
This commit is contained in:
Thomas Vander Stichele
2011-05-22 15:17:27 +00:00
parent b32a534a82
commit ccb4fcfaa1

View File

@@ -2,7 +2,7 @@
* morituri/program/cdparanoia.py:
Since stop can be same as start, add + 1 to progress calculation.
Fiexes #37.
Fixes #37.
2011-05-22 Thomas Vander Stichele <thomas at apestaart dot org>