Files
gentoo/sci-visualization/grace/files/grace-5.1.22-dlmodule.patch
2017-01-29 23:51:32 +01:00

13 lines
355 B
Diff

--- a/src/dlmodule.c 2005-11-13 07:45:16.000000000 +0900
+++ b/src/dlmodule.c 2008-06-16 15:28:33.000000000 +0900
@@ -89,6 +89,9 @@
return RETURN_FAILURE;
}
+ /* clear error indicator */
+ dlerror();
+
newkey.data = dlsym(handle, dl_function);
if (!newkey.data && (error = dlerror()) != NULL) {
errmsg(error);