This commit is contained in:
Miroslav Stampar
2019-07-08 11:53:19 +02:00
parent b4c00f4172
commit 40bc53537c
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ class Filesystem(GenericFilesystem):
else:
scrString += " %s" % strLineChar
lineAddr += len(lineChar)
lineAddr += len(strLineChar) // 2
fileLines.append(scrString)