diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-01-08 02:01:36 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-01-08 02:01:36 +0000 |
commit | 07df287814b0b7e6875debecdb51bdd496872812 (patch) | |
tree | a9caa62d0068f8969e659cef93ec610657dbc5e8 /src/xine-engine/load_plugins.c | |
parent | 682ea4a0a64795c864c992fa09f795df0ec8f3ec (diff) | |
parent | e066b69435f814b48e7646c75e3db4b726bf5cf6 (diff) | |
download | xine-lib-07df287814b0b7e6875debecdb51bdd496872812.tar.gz xine-lib-07df287814b0b7e6875debecdb51bdd496872812.tar.bz2 |
Merge from 1.2 main.
Diffstat (limited to 'src/xine-engine/load_plugins.c')
-rw-r--r-- | src/xine-engine/load_plugins.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-engine/load_plugins.c b/src/xine-engine/load_plugins.c index bbb131c86..f5db64bc0 100644 --- a/src/xine-engine/load_plugins.c +++ b/src/xine-engine/load_plugins.c @@ -1149,7 +1149,7 @@ static void load_plugin_list(xine_t *this, FILE *fp, xine_sarray_t *plugins) { * http://standards.freedesktop.org/basedir-spec/latest/index.html */ static char *catalog_filename(xine_t *this, int createdir) { - const char *const xdg_cache_home = xdgCacheHome(this->basedir_handle); + const char *const xdg_cache_home = xdgCacheHome(&this->basedir_handle); char *cachefile = NULL; cachefile = xine_xmalloc( strlen(xdg_cache_home) + sizeof("/"PACKAGE"/plugins.cache") ); |