Bugfix in norwegian version.

This commit is contained in:
2008-08-19 07:01:16 +00:00
parent 7c6335cafe
commit fc3b2bd1cc

View File

@@ -1033,7 +1033,7 @@ class ReadingModel():
p.strip() p.strip()
nextArray.append(p.split("-")) nextArray.append(p.split("-"))
for n in nextArray: for n in nextArray:
sum += int(n[1]) - int(n[0]) sum += int(n[1]) - int(n[0]) + 1
return sum return sum
## Return whether the reading has been done or not ## Return whether the reading has been done or not