updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / lcdtest / patch
blobda783544e28caba2fcae5976efcb403330de8577
1 diff --git a/src/lcdtest.c b/src/lcdtest.c
2 index 93e5f29..20cf943 100644
3 --- a/src/lcdtest.c
4 +++ b/src/lcdtest.c
5 @@ -742,7 +742,7 @@ int enumerate_sdl_modes (int *width, int *height, FILE *out)
6  }
7  
8  
9 -const char font_path [] = "/usr/share/fonts/liberation/LiberationMono-Regular.ttf";
10 +const char font_path [] = "/usr/share/fonts/TTF/LiberationMono-Regular.ttf";
12  int main (int argc, char *argv [])
13  {