Skip to content

Commit

Permalink
Merge pull request #648 from sanpeqf/fixup-testsuite
Browse files Browse the repository at this point in the history
fixup testsuite: change arg variable to int to avoid char is unsigned
  • Loading branch information
sanpeqf authored Jan 8, 2025
2 parents 9c4a6e6 + 3cd6e98 commit a96032a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/testsuite.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ main(int argc, char *const argv[])
{
unsigned int loops, count;
int retval, optidx;
char arg;
int arg;

setbuf(stdout, NULL);
setbuf(stderr, NULL);
Expand Down

0 comments on commit a96032a

Please sign in to comment.