Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Marienus Heule authored and Marienus Heule committed Feb 28, 2023
1 parent d1185e3 commit 633e4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drat-trim.c
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ int parse (struct solver* S) {
fileLine = 0;
fileSwitchFlag = 1; } }

if (!tmp && !S.binMode) {
if (!tmp && !S->binMode) {
char ignore[1<<16];
if (!fileSwitchFlag) { if (fgets (ignore, sizeof (ignore), S->inputFile) == NULL) printf ("c\n"); }
else if (fgets (ignore, sizeof (ignore), S->proofFile) == NULL) printf ("c\n");
Expand Down

0 comments on commit 633e4a9

Please sign in to comment.