diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-01-21 15:36:45 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-01-21 15:36:45 +0000 |
commit | 7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch) | |
tree | 22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /net-im/gaim/files/patch-src_gtkimhtml.c | |
parent | Now buildable on 4.x, still broken on >= 5.x. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0
Diffstat (limited to 'net-im/gaim/files/patch-src_gtkimhtml.c')
-rw-r--r-- | net-im/gaim/files/patch-src_gtkimhtml.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/net-im/gaim/files/patch-src_gtkimhtml.c b/net-im/gaim/files/patch-src_gtkimhtml.c deleted file mode 100644 index 9430baae1449..000000000000 --- a/net-im/gaim/files/patch-src_gtkimhtml.c +++ /dev/null @@ -1,22 +0,0 @@ ---- src/gtkimhtml.c.orig Sun May 30 18:17:14 2004 -+++ src/gtkimhtml.c Sun May 30 18:19:47 2004 -@@ -782,7 +782,7 @@ - if (selection_data->length >= 2 && - (*(guint16 *)text == 0xfeff || *(guint16 *)text == 0xfffe)) { - /* This is UCS-2 */ -- char *tmp; -+ /*char *tmp;*/ - char *utf8 = g_convert(text, selection_data->length, "UTF-8", "UCS-2", NULL, NULL, NULL); - g_free(text); - text = utf8; -@@ -790,8 +790,8 @@ - gaim_debug_warning("gtkimhtml", "g_convert from UCS-2 failed in paste_received_cb\n"); - return; - } -- tmp = g_utf8_next_char(text); -- memmove(text, tmp, strlen(tmp) + 1); -+ /*tmp = g_utf8_next_char(text);*/ -+ /*memmove(text, tmp, strlen(tmp) + 1);*/ - } - - if (!(*text) || !g_utf8_validate(text, -1, NULL)) { |