1
0
mirror of https://github.com/fumiama/simple-dict.git synced 2026-06-22 12:10:42 +08:00

reduce mem use

This commit is contained in:
fumiama
2021-12-17 14:50:50 +08:00
parent 00c7936e1f
commit dad02a4081

1
dict.c
View File

@@ -91,6 +91,7 @@ FILE* get_dict_fp(uint32_t index) {
}
FILE* get_unique_dict_fp() {
rewind(fp5);
return fp5;
}