Skip to content

Commit

Permalink
meow
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Dec 11, 2024
1 parent f2c5181 commit 20b01bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ private UnicodeDataFile(String directory, String filename, boolean isHTML) throw
}
try {
Utility.appendFile(
getClass().getResource(filename + "Header" + fileType).getPath(),
getClass().getResource("/").getPath() + filename + "Header" + fileType,
Utility.UTF8_UNIX,
out);
} catch (final RuntimeIOException e) {
Expand Down

0 comments on commit 20b01bf

Please sign in to comment.