Silence a warning on the Alpha.

Reviewed by:	md5(1)
This commit is contained in:
dd 2001-06-30 05:32:29 +00:00
parent 1de613d311
commit 9b64cdc70f

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