diff options
author | marcus <marcus@FreeBSD.org> | 2002-10-17 05:39:01 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-10-17 05:39:01 +0000 |
commit | 71d4fdb8c40497cff89a45b9f2842d9a54ae186f (patch) | |
tree | aa66ef762e3c439ab0c94bd904faeb5d9fe53ea0 /net-im/gaim/files | |
parent | 17ac621c1272408d827493f49f0e5463a0aa5a3f (diff) | |
download | FreeBSD-ports-71d4fdb8c40497cff89a45b9f2842d9a54ae186f.zip FreeBSD-ports-71d4fdb8c40497cff89a45b9f2842d9a54ae186f.tar.gz |
Update to 0.59.5.
Diffstat (limited to 'net-im/gaim/files')
-rw-r--r-- | net-im/gaim/files/patch-temp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net-im/gaim/files/patch-temp b/net-im/gaim/files/patch-temp deleted file mode 100644 index 3907368..0000000 --- a/net-im/gaim/files/patch-temp +++ /dev/null @@ -1,12 +0,0 @@ ---- src/protocols/yahoo/yahoo.c.orig Sun Oct 13 02:50:25 2002 -+++ src/protocols/yahoo/yahoo.c Sun Oct 13 02:50:58 2002 -@@ -525,6 +525,9 @@ - l = l->next; - } - -+ if (!msg) -+ return; -+ - if (!g_strncasecmp(msg, "TYPING", strlen("TYPING"))) { - if (*stat == '1') - serv_got_typing(gc, from, 0); |