Skip to content

Commit

Permalink
#85 add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyendumajumdar committed Nov 12, 2022
1 parent 99d4dff commit 596364a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tcommon.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ void parse_arguments(struct arguments *args, int argc, const char *argv[])

const char *read_file(const char *filename)
{
/* We need to use binary read on windows to get file size correctly */
#ifdef _WIN32
FILE *fp = fopen(filename, "rb");
#else
Expand Down

0 comments on commit 596364a

Please sign in to comment.