diff options
author | jim <jim@FreeBSD.org> | 2000-03-27 14:07:33 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2000-03-27 14:07:33 +0800 |
commit | 621af0b79a09db185bcdff35d4e38437b3077a77 (patch) | |
tree | e95a89682267b2870e7892d15d170f9bc4887e27 /net/gaim/files | |
parent | b0f281dff57ae89f418ec6cd949a0fe26882e90e (diff) | |
download | freebsd-ports-gnome-621af0b79a09db185bcdff35d4e38437b3077a77.tar.gz freebsd-ports-gnome-621af0b79a09db185bcdff35d4e38437b3077a77.tar.zst freebsd-ports-gnome-621af0b79a09db185bcdff35d4e38437b3077a77.zip |
Update to version 0.9.12
Diffstat (limited to 'net/gaim/files')
-rw-r--r-- | net/gaim/files/patch-aa | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/gaim/files/patch-aa b/net/gaim/files/patch-aa deleted file mode 100644 index 75d06bf45537..000000000000 --- a/net/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; |