From ccb4fcfaa1f1bfe2d501aefca1b54f452844f10a Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 22 May 2011 15:17:27 +0000 Subject: [PATCH] * morituri/program/cdparanoia.py: Since stop can be same as start, add + 1 to progress calculation. Fixes #37. --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ddf8a40..34a2518 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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