summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2004-02-17 18:19:19 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2004-02-17 18:19:19 +0000
commita449aff5207640bcbe8cfb1d8eb45ed9feaaaf25 (patch)
tree6640f07cf6fd163024b0b1688c19accd8a7f0531 /src
parentc2a7a0020d9d61c5042d807ffdd99a1e0dd70465 (diff)
downloadxine-lib-a449aff5207640bcbe8cfb1d8eb45ed9feaaaf25.tar.gz
xine-lib-a449aff5207640bcbe8cfb1d8eb45ed9feaaaf25.tar.bz2
I bet it was meant that way
CVS patchset: 6170 CVS date: 2004/02/17 18:19:19
Diffstat (limited to 'src')
-rw-r--r--src/demuxers/demux_mod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demuxers/demux_mod.c b/src/demuxers/demux_mod.c
index edcdd0a0e..4d96dee81 100644
--- a/src/demuxers/demux_mod.c
+++ b/src/demuxers/demux_mod.c
@@ -193,7 +193,7 @@ static void demux_mod_send_headers(demux_plugin_t *this_gen) {
_x_meta_info_set(this->stream, XINE_META_INFO_TITLE, this->title);
_x_meta_info_set(this->stream, XINE_META_INFO_ARTIST, this->artist);
snprintf(copyright, 100, "(C) %s", this->copyright);
- _x_meta_info_set(this->stream, XINE_META_INFO_COMMENT, this->copyright);
+ _x_meta_info_set(this->stream, XINE_META_INFO_COMMENT, copyright);
/* send start buffers */
_x_demux_control_start(this->stream);