diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-02-01 18:13:23 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-02-01 18:13:23 +0100 |
commit | 591789d5565e479d67d98f5675b8fb3ee4a47625 (patch) | |
tree | edcc6cefa07b7ee7d47dcd909162300907d57a73 /recipes-graphics/directfb/files/fix-font-missing-char.patch | |
parent | a85810d49a4fce4230eb632cf9101a8a7c4591d4 (diff) | |
download | meta-openembedded-591789d5565e479d67d98f5675b8fb3ee4a47625.tar.gz |
directfb is in the core layer now, so drop from this one
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-graphics/directfb/files/fix-font-missing-char.patch')
-rw-r--r-- | recipes-graphics/directfb/files/fix-font-missing-char.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes-graphics/directfb/files/fix-font-missing-char.patch b/recipes-graphics/directfb/files/fix-font-missing-char.patch deleted file mode 100644 index 4c5e5883f4..0000000000 --- a/recipes-graphics/directfb/files/fix-font-missing-char.patch +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | --- git/src/media/idirectfbfont.c~org 2007-07-10 10:35:46.000000000 -0400 | ||
2 | +++ git/src/media/idirectfbfont.c 2007-07-10 10:36:09.000000000 -0400 | ||
3 | @@ -497,7 +497,7 @@ | ||
4 | |||
5 | if (width<max_width && string >= end) { | ||
6 | *ret_next_line = NULL; | ||
7 | - *ret_str_length = length-1; | ||
8 | + *ret_str_length = length; | ||
9 | *ret_width = width; | ||
10 | |||
11 | return DFB_OK; | ||