mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-12-05 21:27:13 -06:00
tweak
This commit is contained in:
4
main.c
4
main.c
@@ -373,8 +373,8 @@ static void filters_add(const char *filter)
|
|||||||
if (ret > maxsz) {
|
if (ret > maxsz) {
|
||||||
fprintf(stderr,"filter \"%s\" is too long\n",filter);
|
fprintf(stderr,"filter \"%s\" is too long\n",filter);
|
||||||
fprintf(stderr," ");
|
fprintf(stderr," ");
|
||||||
maxsz = BASE32_TO_LEN(maxsz);
|
maxsz = (maxsz * 8) / 5;
|
||||||
while (--maxsz)
|
while (maxsz--)
|
||||||
fputc(' ',stderr);
|
fputc(' ',stderr);
|
||||||
fprintf(stderr,"^\n");
|
fprintf(stderr,"^\n");
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user