summaryrefslogtreecommitdiff
path: root/src/input/input_cdda.c
diff options
context:
space:
mode:
authorjscheel-guest <none@none>2010-01-11 14:07:25 +0100
committerjscheel-guest <none@none>2010-01-11 14:07:25 +0100
commitebe9b35496a2382c7d851a7be22faa850331e8f4 (patch)
tree597ce6a588605d71b94c884adba117a10fa0297c /src/input/input_cdda.c
parent8f8c70fc5e2ce169b95290f9c672f3692c4b0826 (diff)
parent07df287814b0b7e6875debecdb51bdd496872812 (diff)
downloadxine-lib-ebe9b35496a2382c7d851a7be22faa850331e8f4.tar.gz
xine-lib-ebe9b35496a2382c7d851a7be22faa850331e8f4.tar.bz2
Merge with 4d746db529dee2629e297297e0d751de95010792
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;