Skip to content

Commit

Permalink
Maybe fix cc65#2388
Browse files Browse the repository at this point in the history
  • Loading branch information
colinleroy committed Jan 28, 2024
1 parent 51b946b commit 8123fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ref/test_gets.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ char *argv[];
{
/* Fake stdin with the reference file */
fclose(stdin);
stdin = fopen(INFILE, "r");
stdin = fopen(INFILE, "rb");
if (stdin == NULL) {
return EXIT_FAILURE;
}
Expand Down

0 comments on commit 8123fcb

Please sign in to comment.