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