aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/directfb/files/fix-font-missing-char.patch
blob: 4c5e5883f473a28e9f28aacb5e9dc9dfeef7d078 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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;