mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
missed this file
Reported by: QAT Pointhat to: me
This commit is contained in:
parent
c67bdf76cb
commit
5b8ca5d18f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227789
11
irc/slirc/files/patch-slload.c
Normal file
11
irc/slirc/files/patch-slload.c
Normal file
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user