decoder-snd.c
branchtrunk
changeset 9 dc75c2890a31
parent 6 111ef8181229
child 16 9d034fc2c5ec
     1.1 --- a/decoder-snd.c	Sat Dec 29 14:54:06 2007 +0100
     1.2 +++ b/decoder-snd.c	Sat Dec 29 14:56:02 2007 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  /*
     1.5   * MP3/MPlayer plugin to VDR (C++)
     1.6   *
     1.7 - * (C) 2001-2005 Stefan Huelswitt <s.huelswitt@gmx.de>
     1.8 + * (C) 2001-2007 Stefan Huelswitt <s.huelswitt@gmx.de>
     1.9   *
    1.10   * This code is free software; you can redistribute it and/or
    1.11   * modify it under the terms of the GNU General Public License
    1.12 @@ -708,7 +708,7 @@
    1.13      if(code/100==2) {
    1.14        const char *host=getenv("HOSTNAME"); if(!host) host="unknown";
    1.15        const char *user=getenv("USER"); if(!user) user="nobody";
    1.16 -      code=DoCddbCmd("cddb hello %s %s %s %s\n",user,host,PLUGIN_NAME,PLUGIN_VERSION);
    1.17 +      code=DoCddbCmd("cddb hello %s %s %s %s\n",user,host,PLUGIN_NAME,PluginVersion);
    1.18        if(code/100==2) {
    1.19          code=DoCddbCmd("proto %d\n",CDDB_PROTO);
    1.20          if(code>0) {