[fix] open files in binary format for #69
This commit is contained in:
@@ -1110,7 +1110,7 @@ exit_file_read:
|
||||
trie_t *trie_load(char *path) {
|
||||
FILE *file;
|
||||
|
||||
file = fopen(path, "r");
|
||||
file = fopen(path, "rb");
|
||||
if (!file)
|
||||
return NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user