From 7d593cb1d6e464af6548c8414d48ffca5b32938c Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Wed, 23 Jan 2002 20:13:15 +0000 Subject: [PATCH] bit --- src/invent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invent.c b/src/invent.c index b349c748f..2eb2291e1 100644 --- a/src/invent.c +++ b/src/invent.c @@ -577,7 +577,7 @@ const char * currency(amount) long amount; { - if (amount == 1) return "zorkmid"; + if (amount == 1L) return "zorkmid"; else return "zorkmids"; }