From: nhmall Date: Sun, 5 Apr 2015 01:38:43 +0000 (-0400) Subject: correct something spotted in email diff X-Git-Tag: NetHack-3.6.0_RC01~480^2~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8261cd10a0504f9e9edfc34605f9a9965d2a8e4;p=nethack correct something spotted in email diff --- diff --git a/src/objnam.c b/src/objnam.c index 11f364da6..ca330b193 100644 --- a/src/objnam.c +++ b/src/objnam.c @@ -3010,7 +3010,7 @@ typfnd: if (typ && wizard) { if (typ == SPE_NOVEL) { - if (name && !lookup_novel((char *)name, (int *)0)) { + if (name && !lookup_novel(name, (int *)0)) { pline("There's no novel by that name."); return ((struct obj *)0); }