]> granicus.if.org Git - nethack/commitdiff
typo in format string on previous commit
authornhmall <mjnh@persona.ca>
Tue, 10 Mar 2015 02:11:49 +0000 (22:11 -0400)
committernhmall <mjnh@persona.ca>
Tue, 10 Mar 2015 02:11:49 +0000 (22:11 -0400)
src/pager.c

index 377eda642b06bdcd38a4bb8430ded2b70f470fe2..459a6daf4def0c12b35a043941fd5f027343c889 100644 (file)
@@ -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.