]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.0-026 v7.0.026
authorBram Moolenaar <Bram@vim.org>
Thu, 22 Jun 2006 16:19:31 +0000 (16:19 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 22 Jun 2006 16:19:31 +0000 (16:19 +0000)
src/os_unix.c
src/version.c

index 0059d30816031b0c41bc79c4b85a6706f91088cb..b3754689d7a5ce14ee89fadb6f69a5f08b18132a 100644 (file)
@@ -5757,8 +5757,13 @@ mch_libcall(libname, funcname, argstring, argint, string_result, number_result)
     int                retval_int = 0;
     int                success = FALSE;
 
-    /* Get a handle to the DLL module. */
+    /*
+     * Get a handle to the DLL module.
+     */
 # if defined(USE_DLOPEN)
+    /* First clear any error, it's not cleared by the dlopen() call. */
+    (void)dlerror();
+
     hinstLib = dlopen((char *)libname, RTLD_LAZY
 #  ifdef RTLD_LOCAL
            | RTLD_LOCAL
index 31af61d06e2a21665310b852bd45b643caa4f25d..b60ede600a92c4f64b002ce9291ab882494fb68e 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    26,
 /**/
     25,
 /**/