diff options
Diffstat (limited to 'net-im/gaim/files')
-rw-r--r-- | net-im/gaim/files/patch-aa | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/gaim/files/patch-aa b/net-im/gaim/files/patch-aa deleted file mode 100644 index 75d06bf45537..000000000000 --- a/net-im/gaim/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- src/buddy.c.orig Wed Nov 3 20:00:06 1999 -+++ src/buddy.c Fri Dec 17 18:55:24 1999 -@@ -202,7 +202,7 @@ - - - pct = last_lag_us/100000; -- pct = 25 * log(pct); -+ pct = 25 * log(pct+1.0); - - if (pct < 0) - pct = 0; |