mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix the nil tags data bug
This commit is contained in:
@@ -314,7 +314,7 @@ function Search:find(option)
|
||||
while line do
|
||||
|
||||
for j = 1,9 do
|
||||
self.data[i][j] = line
|
||||
self.data[i][j] = line or ""
|
||||
line = g:read()
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user