mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
f6064089f3
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
13 lines
567 B
Diff
13 lines
567 B
Diff
diff -rup lcdtest-1.18.orig/src/lcdtest.c lcdtest-1.18/src/lcdtest.c
|
|
--- lcdtest-1.18.orig/src/lcdtest.c 2010-01-26 09:26:30.000000000 +0300
|
|
+++ lcdtest-1.18/src/lcdtest.c 2011-02-01 16:31:37.000000000 +0300
|
|
@@ -742,7 +742,8 @@ int enumerate_sdl_modes (int *width, int
|
|
}
|
|
|
|
|
|
-const char font_path [] = "/usr/share/fonts/liberation/LiberationMono-Regular.ttf";
|
|
+//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 [])
|
|
{
|