ce57f5804b
* portability fixes, fixes for FTP directory loading, detect Koffice MIME-types, random crash and leak fixes, SSL and https support, fix NFS method, fix buffer overflow, nntp module. Ok naddy@, with additional testing by fries@.
13 lines
570 B
Plaintext
13 lines
570 B
Plaintext
$OpenBSD: patch-libgnomevfs_gnome-vfs-backend_c,v 1.1 2002/02/15 19:11:16 nino Exp $
|
|
--- libgnomevfs/gnome-vfs-backend.c.orig Mon Feb 4 15:30:13 2002
|
|
+++ libgnomevfs/gnome-vfs-backend.c Mon Feb 4 15:31:45 2002
|
|
@@ -70,7 +70,7 @@ gnome_vfs_backend_loadinit (gpointer app
|
|
g_strdown (backend_lower);
|
|
|
|
short_name = g_strdup_printf ("gnomevfs-%s", backend);
|
|
- backend_filename = g_module_build_path (NULL, short_name);
|
|
+ backend_filename = g_module_build_path (LIBDIR, short_name);
|
|
|
|
gmod = g_module_open (backend_filename, G_MODULE_BIND_LAZY);
|
|
if (gmod == NULL) {
|