-/* SCCS Id: @(#)objnam.c 3.4 2003/05/09 */
+/* SCCS Id: @(#)objnam.c 3.4 2003/12/04 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */
/* also check for <prefix><space><special_subj>
to catch things like "the invisible erinys" */
if (len > ltmp && *(spot - ltmp) == ' ' &&
- strncmpi(*spec, spot - ltmp + 1, ltmp)) goto sing;
+ !strncmpi(*spec, spot - ltmp + 1, ltmp)) goto sing;
}
return strcpy(buf, verb);