mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-01-26 02:32:56 -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) {
|
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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue