Skip to content

Commit

Permalink
Remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanrueger committed Jan 8, 2024
1 parent 0dd7804 commit 5b3c313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ int main(int argc, char * argv [])
}

size_t ztest;
if(1 != sscanf("42", "%zi", &ztest) || ztest != 42 || 1)
if(1 != sscanf("42", "%zi", &ztest) || ztest != 42)
pmsg_warning("Linked C library does not conform to C99; %s may not work as expected\n", progname);

/* search for system configuration file unless -C conffile was given */
Expand Down

0 comments on commit 5b3c313

Please sign in to comment.