summarylogtreecommitdiffstats
path: root/patch
diff options
context:
space:
mode:
authorMike Sampson2019-10-11 22:23:42 +1100
committerMike Sampson2019-10-11 22:23:42 +1100
commit4dc97249099cf04fc317b67e9d54f1b1f0aeb635 (patch)
tree2ddfee4392d9838c7fb0da52b1c29f7c1d57b4e1 /patch
parented57a5765fab3a4764fb1b9f41f0d0860a046da6 (diff)
downloadaur-4dc97249099cf04fc317b67e9d54f1b1f0aeb635.tar.gz
Fix font path.
Diffstat (limited to 'patch')
-rw-r--r--patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/patch b/patch
deleted file mode 100644
index da783544e28c..000000000000
--- a/patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/lcdtest.c b/src/lcdtest.c
-index 93e5f29..20cf943 100644
---- a/src/lcdtest.c
-+++ b/src/lcdtest.c
-@@ -742,7 +742,7 @@ int enumerate_sdl_modes (int *width, int *height, FILE *out)
- }
-
-
--const char font_path [] = "/usr/share/fonts/liberation/LiberationMono-Regular.ttf";
-+const char font_path [] = "/usr/share/fonts/TTF/LiberationMono-Regular.ttf";
-
- int main (int argc, char *argv [])
- {