warning bit

This commit is contained in:
nhmall
2019-05-17 16:30:52 -04:00
parent f172c6fd94
commit 2d07b45582

View File

@@ -4208,7 +4208,7 @@ struct obj *otmp;
char *buf;
{
if (otmp && buf && otmp->globby && otmp->quan == 1L) {
Sprintf(buf, "%ld aum, ", otmp->owt);
Sprintf(buf, "%d aum, ", (int) otmp->owt);
return buf;
}
return "";