Skip to content

Commit

Permalink
Update util.c
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdu committed Aug 26, 2023
1 parent 42faf54 commit f428f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ static uint32_t max(uint32_t a, uint32_t b) {
if (a > b) return a;
else return b;
}
#define fopen _Py_open
#define fopen _Py_fopen
#endif

//const char ZRAN_INDEX_FILE_ID[] = {'G', 'Z', 'I', 'D', 'X'};
Expand Down

0 comments on commit f428f88

Please sign in to comment.