fix the nil tags data bug

This commit is contained in:
WS64
2014-09-30 18:28:36 +02:00
parent d47af7e368
commit d790f8aafe

View File

@@ -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