diff options
author | jscheel-guest <none@none> | 2010-01-11 14:07:25 +0100 |
---|---|---|
committer | jscheel-guest <none@none> | 2010-01-11 14:07:25 +0100 |
commit | ebe9b35496a2382c7d851a7be22faa850331e8f4 (patch) | |
tree | 597ce6a588605d71b94c884adba117a10fa0297c /src/xine-engine/load_plugins.c | |
parent | 8f8c70fc5e2ce169b95290f9c672f3692c4b0826 (diff) | |
parent | 07df287814b0b7e6875debecdb51bdd496872812 (diff) | |
download | xine-lib-ebe9b35496a2382c7d851a7be22faa850331e8f4.tar.gz xine-lib-ebe9b35496a2382c7d851a7be22faa850331e8f4.tar.bz2 |
Merge with 4d746db529dee2629e297297e0d751de95010792
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") ); |