diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-11-15 00:22:24 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-11-15 00:22:24 +0000 |
commit | 8d47665cbd434892a1b7bde102740332c5df45a3 (patch) | |
tree | cd6ab92eeb4a8f23d3d57825a412afa2e576bbe9 /net/gaim/files | |
parent | d8090c67d7859368ac27fe8d8c53aad6544153d4 (diff) |
Notes
Diffstat (limited to 'net/gaim/files')
-rw-r--r-- | net/gaim/files/patch-ad | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/gaim/files/patch-ad b/net/gaim/files/patch-ad new file mode 100644 index 000000000000..ba20344ce77b --- /dev/null +++ b/net/gaim/files/patch-ad @@ -0,0 +1,19 @@ +--- src/gtkhtml.c.orig Mon Oct 9 13:34:59 2000 ++++ src/gtkhtml.c Tue Nov 14 17:28:27 2000 +@@ -3251,7 +3251,7 @@ + GdkFont *cfont; + GdkRectangle area; + char *ws, +- tag[BUF_LONG], ++ *tag, + *c, + *url = NULL; + gint intag = 0, +@@ -3295,6 +3295,7 @@ + c = text; + + ws = g_malloc(strlen(text) + 2); ++ tag = g_malloc(strlen(text) + 2); + + while (*c) + { |