]> git.pld-linux.org Git - packages/xchat.git/commitdiff
- outdated.
authorkloczek <kloczek@pld-linux.org>
Sun, 18 Aug 2002 17:10:40 +0000 (17:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xc189fixnoti.diff -> 1.2

xc189fixnoti.diff [deleted file]

diff --git a/xc189fixnoti.diff b/xc189fixnoti.diff
deleted file mode 100644 (file)
index 10a6111..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ru xchat-1.8.9/src/common/notify.c xchat-1.8.10/src/common/notify.c
---- xchat-1.8.9/src/common/notify.c    Mon May 20 13:43:31 2002
-+++ xchat-1.8.10/src/common/notify.c   Sat Jun  8 14:22:15 2002
-@@ -283,7 +283,7 @@
-               if (len > 500)
-               {
-                       notify_flush_watches (serv, point, list);
--                      len = 0;
-+                      len = strlen (notify->name) + 2;
-                       point = list;
-               }
This page took 0.094141 seconds and 4 git commands to generate.