summaryrefslogtreecommitdiff
path: root/src/input/input_cdda.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/input_cdda.c')
-rw-r--r--src/input/input_cdda.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/input_cdda.c b/src/input/input_cdda.c
index 0b7f854e2..31bc51bc2 100644
--- a/src/input/input_cdda.c
+++ b/src/input/input_cdda.c
@@ -1483,7 +1483,7 @@ static void _cdda_parse_cddb_info (cdda_input_plugin_t *this, char *buffer, char
static int _cdda_load_cached_cddb_infos(cdda_input_plugin_t *this) {
DIR *dir;
- const char *const xdg_cache_home = xdgCacheHome(this->stream->xine->basedir_handle);
+ const char *const xdg_cache_home = xdgCacheHome(&this->stream->xine->basedir_handle);
if(this == NULL)
return 0;
@@ -1545,7 +1545,7 @@ static void _cdda_save_cached_cddb_infos(cdda_input_plugin_t *this, char *fileco
FILE *fd;
char *cfile;
- const char *const xdg_cache_home = xdgCacheHome(this->stream->xine->basedir_handle);
+ const char *const xdg_cache_home = xdgCacheHome(&this->stream->xine->basedir_handle);
if((this == NULL) || (filecontent == NULL))
return;