diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-02-08 11:29:57 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-02-08 11:29:57 +0800 |
commit | 01e1cfc12348082bcc23b52150a98498307fcf29 (patch) | |
tree | 7e216ba10eb31acdfbded6954a97cd5bf8aa0060 /irc | |
parent | 19e5c755dc5dd7f331f9936960518bb0a1d14092 (diff) | |
download | freebsd-ports-gnome-01e1cfc12348082bcc23b52150a98498307fcf29.tar.gz freebsd-ports-gnome-01e1cfc12348082bcc23b52150a98498307fcf29.tar.zst freebsd-ports-gnome-01e1cfc12348082bcc23b52150a98498307fcf29.zip |
missed this file
Reported by: QAT
Pointhat to: me
Diffstat (limited to 'irc')
-rw-r--r-- | irc/slirc/files/patch-slload.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/slirc/files/patch-slload.c b/irc/slirc/files/patch-slload.c new file mode 100644 index 000000000000..1fce02a4f86f --- /dev/null +++ b/irc/slirc/files/patch-slload.c @@ -0,0 +1,11 @@ +--- ./slload.c.orig 1999-08-22 12:43:32.000000000 -0400 ++++ ./slload.c 2009-01-18 22:12:58.000000000 -0500 +@@ -84,7 +84,7 @@ + SLang_free_slstring(name); + SLdeallocate_load_type(x); + +- if (SLang_Error) return -1; ++ if (SLang_get_error()) return -1; + + return 0; + } |