diff options
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") ); |