Forgot to store compression flag to BdfFileManager

This commit is contained in:
josua 2020-07-22 11:30:45 +10:00
parent 984c78020a
commit 1c803c6125
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ public class BdfFileManager extends BdfObject
private static BdfDatabase init(String path, boolean compressed)
{
this.compressed = compressed;
// Get the file
File file = new File(path);