Skip to content

Commit

Permalink
Fixes #181 autotest: No longer truncating getopt() result
Browse files Browse the repository at this point in the history
  • Loading branch information
aboseley authored and eyalroz committed Jul 19, 2024
1 parent e15f91d commit 2d75fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/autotest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ int main(int argc, char *argv[])

static bool parse_options(int argc, char *argv[])
{
char c;
int c;
bool gotopt = false;

opts.i = false;
Expand Down

0 comments on commit 2d75fef

Please sign in to comment.