This commit is contained in:
gedoor 2022-01-09 20:03:42 +08:00
parent 08cc956f92
commit 7d1947e975

View File

@ -263,6 +263,7 @@ class TextFile(private val book: Book) {
bufferStart + length - strLength,
bufferStart + length
)
length = bufferStart + length - strLength
bufferStart = strLength
break
}