]> git.pld-linux.org Git - packages/xchat.git/commitdiff
- an recommended patch - fixes a small bug in perl UI, z1ew
authordeejay1 <deejay1@pld-linux.org>
Mon, 4 Aug 2003 21:12:41 +0000 (21:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xchat-fixperlui.patch -> 1.1

xchat-fixperlui.patch [new file with mode: 0644]

diff --git a/xchat-fixperlui.patch b/xchat-fixperlui.patch
new file mode 100644 (file)
index 0000000..c8e6db9
--- /dev/null
@@ -0,0 +1,11 @@
+--- xchat-2.0.4/plugins/perl/perl.c    2003-05-24 19:52:24.000000000 +1000
++++ xchat-2.0.4p1/plugins/perl/perl.c  2003-08-03 03:33:28.000000000 +1000
+@@ -619,7 +619,7 @@
+               {
+                       nick = xchat_list_str (ph, list, "nick");
+-                      if (xchat_nickcmp (ph, (char *)nick, (char *)find_nick))
++                      if (xchat_nickcmp (ph, (char *)nick, (char *)find_nick) == 0)
+                       {
+                               XST_mPV (i, nick);
+                               i++;
This page took 0.097561 seconds and 4 git commands to generate.