summarylogtreecommitdiffstats
path: root/dlmodule.patch
blob: 2ea6ef8fd6bcf95309c485d16c8132cb0239b09e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- grace-5.1.22/src/dlmodule.c	2005-11-13 07:45:16.000000000 +0900
+++ grace-5.1.22.new/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);