typo in format string on previous commit
This commit is contained in:
+1
-1
@@ -538,7 +538,7 @@ do_look(mode, click_cc)
|
|||||||
if (from_screen || clicklook)
|
if (from_screen || clicklook)
|
||||||
Sprintf(prefix, "%s ", encglyph(glyph));
|
Sprintf(prefix, "%s ", encglyph(glyph));
|
||||||
else
|
else
|
||||||
Sprintf(prefix, "%s ", sym);
|
Sprintf(prefix, "%c ", sym);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Check all the possibilities, saving all explanations in a buffer.
|
* Check all the possibilities, saving all explanations in a buffer.
|
||||||
|
|||||||
Reference in New Issue
Block a user