changeset 950:008bf9a501b1 trunk

[svn] Moral, always compile before checking in.
author nemo
date Tue, 18 Apr 2006 07:00:25 -0700
parents 2b2f719d8cbb
children 57c72488d475
files Plugins/Input/cdaudio/cddb.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Input/cdaudio/cddb.c	Tue Apr 18 06:50:23 2006 -0700
+++ b/Plugins/Input/cdaudio/cddb.c	Tue Apr 18 07:00:25 2006 -0700
@@ -314,7 +314,7 @@
         ("GET /~cddb/cddb.cgi?cmd=cddb+read+%s+%08x%s&proto=%d HTTP/1.0\r\n\r\n",
          cddb_info->category, cddb_info->discid,
          cddb_generate_hello_string(), cdda_cfg.cddb_protocol_level);
-	cddb_log(getstr);
+	cddb_log(readstr);
 
     write(sock, readstr, strlen(readstr));
     g_free(readstr);