mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-01-24 17:57:51 -03:00
tweak
This commit is contained in:
parent
2809643ac1
commit
bba11a4600
1 changed files with 2 additions and 2 deletions
4
main.c
4
main.c
|
@ -373,8 +373,8 @@ static void filters_add(const char *filter)
|
|||
if (ret > maxsz) {
|
||||
fprintf(stderr,"filter \"%s\" is too long\n",filter);
|
||||
fprintf(stderr," ");
|
||||
maxsz = BASE32_TO_LEN(maxsz);
|
||||
while (--maxsz)
|
||||
maxsz = (maxsz * 8) / 5;
|
||||
while (maxsz--)
|
||||
fputc(' ',stderr);
|
||||
fprintf(stderr,"^\n");
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue