Silence a warning on the Alpha.

Reviewed by:	md5(1)
This commit is contained in:
Dima Dorfman 2001-06-30 05:32:29 +00:00
parent 41faa1a791
commit 653636c21d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79010

View File

@ -177,7 +177,8 @@ db_build(ifiles)
break;
case 2:
((char *)(data.data))[0] = TCERR;
warnx("record not tc expanded: %.*s", p - bp, bp);
warnx("record not tc expanded: %.*s", (int)(p - bp),
bp);
break;
}