summarylogtreecommitdiffstats
path: root/patch.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patch.diff')
-rw-r--r--patch.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/patch.diff b/patch.diff
new file mode 100644
index 000000000000..279ec8a0a3ad
--- /dev/null
+++ b/patch.diff
@@ -0,0 +1,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;