You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-visualization/grace/files/grace-5.1.22-dlmodule.patch

13 lines
355 B

--- 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);