summaryrefslogtreecommitdiff
path: root/src/input/input_dvb.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_dvb.c
parent8f8c70fc5e2ce169b95290f9c672f3692c4b0826 (diff)
parent07df287814b0b7e6875debecdb51bdd496872812 (diff)
downloadxine-lib-ebe9b35496a2382c7d851a7be22faa850331e8f4.tar.gz
xine-lib-ebe9b35496a2382c7d851a7be22faa850331e8f4.tar.bz2
Merge with 4d746db529dee2629e297297e0d751de95010792
Diffstat (limited to 'src/input/input_dvb.c')
-rw-r--r--src/input/input_dvb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c
index 5b8afef92..a045276d5 100644
--- a/src/input/input_dvb.c
+++ b/src/input/input_dvb.c
@@ -887,7 +887,7 @@ static channel_t *load_channels(xine_t *xine, xine_stream_t *stream, int *num_ch
int num_alloc = 0;
struct stat st;
- snprintf(filename, BUFSIZE, "%s/"PACKAGE"/channels.conf", xdgConfigHome(xine->basedir_handle));
+ snprintf(filename, BUFSIZE, "%s/"PACKAGE"/channels.conf", xdgConfigHome(&xine->basedir_handle));
f = fopen(filename, "r");
if (!f) {