Fix two minor mismatch reporting output errors.

Reviewed by:	phk
MFC After:		3 weeks
This commit is contained in:
Anton Berezin 2003-03-13 15:14:56 +00:00
parent 57648f8aae
commit 53bd74b7e9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112194

View file

@ -212,8 +212,8 @@ typeerr: LABEL;
LABEL;
(void)printf("%scksum expected %lu found %lu\n",
tab, s->cksum, val);
tab = "\t";
}
tab = "\t";
}
}
/*
@ -301,7 +301,7 @@ typeerr: LABEL;
strcmp(cp = rlink(p->fts_accpath), s->slink)) {
LABEL;
(void)printf("%slink_ref expected %s found %s\n",
tab, cp, s->slink);
tab, s->slink, cp);
}
return (label);
}