Skip to content

Commit

Permalink
Fix #11
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGrosjean committed Aug 12, 2018
1 parent 06da992 commit 645356c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parsing/HoI4ParsedFile.java
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ private int saveEntryInfile(String filePath, String languageName, int lineNumber
} catch (FileNotFoundException e) {
builder.append("\uFEFFl_" + languageName.toLowerCase() + ":\n");
builder.append(" " + id + ":" + versionNumber + " \"" + text + "\"\n");
saveLineNumber = 2;
} catch (IOException e) {
e.printStackTrace();
} finally {
Expand Down

0 comments on commit 645356c

Please sign in to comment.