This commit is contained in:
gedoor
2022-01-09 20:03:42 +08:00
parent 6ddf6e21c4
commit 63c7bb9a54
@@ -263,6 +263,7 @@ class TextFile(private val book: Book) {
bufferStart + length - strLength,
bufferStart + length
)
length = bufferStart + length - strLength
bufferStart = strLength
break
}