]> git.draconx.ca Git - gentoo-draconx.git/blob - sys-apps/lcdtest/files/lcdtest-1.18-fix-prints.patch
Add sys-apps/lcdtest ebuild.
[gentoo-draconx.git] / sys-apps / lcdtest / files / lcdtest-1.18-fix-prints.patch
1 diff --git a/src/lcdtest.c.orig b/src/lcdtest.c
2 index 93e5f29f7f7f..48228879aeac 100644
3 --- a/src/lcdtest.c.orig
4 +++ b/src/lcdtest.c
5 @@ -67,7 +67,7 @@ const char help_message [] =
6    "\n"
7    "lcdtest " MAKESTR(RELEASE) "    Free Software (GPLv3)\n"
8    "Copyright 2005-2010 Eric Smith <eric@brouhaha.com>\n"
9 -  "http://www.brouhaha.com/~eric/software/lcdtest/"
10 +  "http://www.brouhaha.com/~eric/software/lcdtest/\n"
11  };
12  
13  
14 @@ -170,7 +170,6 @@ SDL_Surface *create_text_surface (const char *message,
15    line_height = TTF_FontLineSkip (font);
16  
17    get_text_size (font, message, & width, & height);
18 -  printf ("width: %d, height: %d\n", width, height);
19  
20    text_surface = SDL_CreateRGBSurface (SDL_HWSURFACE,
21                                        width,