summaryrefslogtreecommitdiff
path: root/apps/gui/line.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/line.c')
-rw-r--r--apps/gui/line.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/gui/line.c b/apps/gui/line.c
index d319ff3c51..7e84aa7b31 100644
--- a/apps/gui/line.c
+++ b/apps/gui/line.c
@@ -264,8 +264,7 @@ next:
264 else 264 else
265 { 265 {
266 /* any other character here is an erroneous format string */ 266 /* any other character here is an erroneous format string */
267 snprintf(tempbuf, sizeof(tempbuf), "<E:%c>", ch); 267 display->putsxyf(xpos, y, "<E:%c>", ch);
268 display->putsxy(xpos, y, tempbuf);
269 /* Don't consider going forward, fix the caller */ 268 /* Don't consider going forward, fix the caller */
270 return; 269 return;
271 } 270 }