We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a8a18 commit cf2bf09Copy full SHA for cf2bf09
src/pubkey.c
@@ -31,7 +31,7 @@ int pubkey_main(int argc, char *argv[])
31
32
for (;;) {
33
trailing_char = getc(stdin);
34
- if (!trailing_char || isspace(trailing_char) || isblank(trailing_char))
+ if (!trailing_char || isspace(trailing_char))
35
continue;
36
if (trailing_char == EOF)
37
break;
0 commit comments