Quote:
Originally Posted by chrox
Add
Code:
assert(self.data[i][self.tags], "assert failed: tags data is nil")
before line 329 and found that the tag data could be nil sometimes.
|
@Chrox, if you can reproduce this, please try if
self.data[i][j] = line or ""
in
line 317 fixes it.
Like I said, I cannot reproduce it, and not all of my books have tags either, so I should run into this issue also, but I don't.