Skip to content

Commit

Permalink
Merge pull request #3898 from dra27/oops
Browse files Browse the repository at this point in the history
Tested wrong variable in OPAMW_HasGlyph
  • Loading branch information
AltGr committed Jun 28, 2019
2 parents 808ca82 + 958f19d commit 7e749d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stubs/opamWindows.c
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ CAMLprim value OPAMW_HasGlyph(value checker, value scalar)
}
#endif

OPAMreturn(Val_bool(test != 0xffff));
OPAMreturn(Val_bool(index != 0xffff));
}

CAMLprim value OPAMW_process_putenv(value pid, value key, value val)
Expand Down

0 comments on commit 7e749d1

Please sign in to comment.