summarylogtreecommitdiffstats
path: root/patch.diff
blob: 279ec8a0a3ad5c72df30c5f2202afef380027db1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/main.c b/src/main.c
index 7a15146..74d6a0e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -619,7 +619,7 @@ int main(int argc, char *argv[])
 							{
 								char t[256];
 								sprintf(t, _(" with the help of %d hints"), g_hint_counter);
-								mvwprintw(status, 0, 6, t);
+								mvwprintw(status, 0, 6, "%s", t);
 							}
 
 							g_playing = false;