# HG changeset patch # User nemo # Date 1145368825 25200 # Node ID 008bf9a501b1a4fed2acda46ac9daf50094bf33d # Parent 2b2f719d8cbba4a9e5c01465930ef58e5af9028b [svn] Moral, always compile before checking in. diff -r 2b2f719d8cbb -r 008bf9a501b1 Plugins/Input/cdaudio/cddb.c --- 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);