Update
svn: r3936
This commit is contained in:
parent
15491e3ad5
commit
0d96ab6776
@ -403,7 +403,7 @@ class GedcomParser:
|
||||
self.index += 1
|
||||
self.text = "";
|
||||
self.backoff = 0
|
||||
msg = _("Warning: Premature end of file at line %d.\n") % self.index
|
||||
msg = _("Warning: Premature end of file at line %d.\n") % self.index
|
||||
self.errmsg(msg)
|
||||
self.error_count = self.error_count + 1
|
||||
self.groups = (-1, "END OF FILE", "")
|
||||
|
Loading…
Reference in New Issue
Block a user