svn: r3936
This commit is contained in:
Alex Roitman 2005-01-19 03:40:16 +00:00
parent 15491e3ad5
commit 0d96ab6776

View File

@ -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", "")