]> granicus.if.org Git - nethack/commitdiff
warning bit
authornhmall <nhmall@nethack.org>
Fri, 17 May 2019 20:30:52 +0000 (16:30 -0400)
committernhmall <nhmall@nethack.org>
Fri, 17 May 2019 20:30:52 +0000 (16:30 -0400)
src/objnam.c

index 58f2573037b659c7d92fd0d120727f495d8cd626..72670149b3be7f6f30bbdfca998d9b51c0c095ce 100644 (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 "";