From 0a4850e61e2ddd09a35dcb2f023c01950c5626f5 Mon Sep 17 00:00:00 2001 From: SavaLione Date: Mon, 25 Jun 2018 12:02:04 +0500 Subject: [PATCH] The size of the array --- demos/testcurs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/testcurs.c b/demos/testcurs.c index 921a9bb0..6e52b8fc 100644 --- a/demos/testcurs.c +++ b/demos/testcurs.c @@ -332,7 +332,7 @@ void inputTest(WINDOW *win) int w, h, bx, by, sw, sh, i, c, num = 0; char buffer[80]; WINDOW *subWin; - static const char spinner[4] = "/-\\|"; + static const char spinner[5] = "/-\\|"; int spinner_count = 0; wclear(win);