This commit is contained in:
cathugger 2017-10-23 07:27:15 +00:00
parent 2809643ac1
commit bba11a4600

4
main.c
View file

@ -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;