diff options
Diffstat (limited to 'graphics/sodipodi/files/patch-src::sp-text.c')
-rw-r--r-- | graphics/sodipodi/files/patch-src::sp-text.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/sodipodi/files/patch-src::sp-text.c b/graphics/sodipodi/files/patch-src::sp-text.c deleted file mode 100644 index ff27cb0bdf10..000000000000 --- a/graphics/sodipodi/files/patch-src::sp-text.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/sp-text.c 2001/09/28 13:10:32 1.1 -+++ src/sp-text.c 2001/09/28 13:19:21 -@@ -235,7 +235,7 @@ - x = text->x; - y += text->size; - } else { -- g_unichar_to_utf8 (btowc(*c), utfbuf); -+ g_unichar_to_utf8 (*c, utfbuf); - glyph = gnome_font_face_lookup_default (face, g_utf8_get_char(utfbuf)); - - w = gnome_font_face_get_glyph_width (face, glyph); |