warning bit
This commit is contained in:
@@ -4208,7 +4208,7 @@ struct obj *otmp;
|
|||||||
char *buf;
|
char *buf;
|
||||||
{
|
{
|
||||||
if (otmp && buf && otmp->globby && otmp->quan == 1L) {
|
if (otmp && buf && otmp->globby && otmp->quan == 1L) {
|
||||||
Sprintf(buf, "%ld aum, ", otmp->owt);
|
Sprintf(buf, "%d aum, ", (int) otmp->owt);
|
||||||
return buf;
|
return buf;
|
||||||
}
|
}
|
||||||
return "";
|
return "";
|
||||||
|
|||||||
Reference in New Issue
Block a user