Skip to content

Commit

Permalink
fixed parsing of the line following last msgstr[i] entry (bug #1025211)
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Sep 11, 2004
1 parent 738bdaa commit 9a8f3a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions poedit/NEWS
Expand Up @@ -6,6 +6,7 @@ Version 1.3.1
- fixed wrong escaping of backslashes in X-Poedit-* headers
- fixed parsing of references to filenames containing spaces (Shane Harper)
- fixed crash with catalogs that have plural forms but no Plural-Forms header
- fixed parsing of the line following last msgstr[i] entry (bug #1025211)


Version 1.3.0
Expand Down
2 changes: 0 additions & 2 deletions poedit/src/catalog.cpp
Expand Up @@ -512,8 +512,6 @@ void CatalogParser::Parse()
mrefs.Clear();
mautocomments.Clear();
mtranslations.Clear();

line = ReadTextLine(m_textFile, m_conv);
}

// comment:
Expand Down

0 comments on commit 9a8f3a5

Please sign in to comment.