tirilane
/
egon
Archived
1
0
Fork 0

Bugfix in norwegian version.

This commit is contained in:
Tiril Anette Langfeldt Rødland 2008-08-19 07:01:16 +00:00
parent 7c6335cafe
commit fc3b2bd1cc
1 changed files with 1 additions and 1 deletions

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