Merge pull request #936 from WS64/master

fix the nil tags data bug
pull/945/head v2014.10.03-nightly
Huang Xin 10 years ago
commit 8fda638da6

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

Loading…
Cancel
Save