meta-openembedded/recipes-graphics/directfb/files/fix-font-missing-char.patch
2011-01-03 12:02:34 +01:00

12 lines
381 B
Diff

--- git/src/media/idirectfbfont.c~org 2007-07-10 10:35:46.000000000 -0400
+++ git/src/media/idirectfbfont.c 2007-07-10 10:36:09.000000000 -0400
@@ -497,7 +497,7 @@
if (width<max_width && string >= end) {
*ret_next_line = NULL;
- *ret_str_length = length-1;
+ *ret_str_length = length;
*ret_width = width;
return DFB_OK;