From: nhmall Date: Tue, 10 Mar 2015 02:11:49 +0000 (-0400) Subject: typo in format string on previous commit X-Git-Tag: NetHack-3.6.0_RC01~619 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67aab26a834493978f61ee91085dbbe5d717f57f;p=nethack typo in format string on previous commit --- diff --git a/src/pager.c b/src/pager.c index 377eda642..459a6daf4 100644 --- a/src/pager.c +++ b/src/pager.c @@ -538,7 +538,7 @@ do_look(mode, click_cc) if (from_screen || clicklook) Sprintf(prefix, "%s ", encglyph(glyph)); else - Sprintf(prefix, "%s ", sym); + Sprintf(prefix, "%c ", sym); /* * Check all the possibilities, saving all explanations in a buffer.