aboutsummaryrefslogtreecommitdiff
path: root/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui.c')
-rw-r--r--ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.c b/ui.c
index 9ac6965..25e6d5a 100644
--- a/ui.c
+++ b/ui.c
@@ -94,7 +94,7 @@ void draw_info(struct segment *current) {
whline(screen.info, '-', COLS);
// size_t mem_addr = screen.top_address + screen.hy * LINE_LEN + screen.hx;
- mvwprintw(screen.info, 1, 0, current->description);
+ mvwprintw(screen.info, 1, 0, "%s", current->description);
wrefresh(screen.info);