1
0
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:
Philip M. Gollucci 2009-02-08 03:29:57 +00:00
parent c67bdf76cb
commit 5b8ca5d18f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227789

View 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;
}