changeset 2314:6eef090b5114

len and time are int, not char*
author Tomasz Mon <desowin@gmail.com>
date Mon, 14 Jan 2008 18:54:56 +0100
parents 3f684f1b1840
children 8f3476f7a696
files src/scrobbler/scrobbler.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/scrobbler/scrobbler.c	Mon Jan 14 12:08:32 2008 +0100
+++ b/src/scrobbler/scrobbler.c	Mon Jan 14 18:54:56 2008 +0100
@@ -661,7 +661,7 @@
                 g_free(tmp);
                 g_string_append(submission,sc_itemtag('r',i,""));
 
-		pdebug(fmt_vastr("a[%d]=%s t[%d]=%s l[%d]=%s i[%d]=%s m[%d]=%s b[%d]=%s",
+		pdebug(fmt_vastr("a[%d]=%s t[%d]=%s l[%d]=%d i[%d]=%d m[%d]=%s b[%d]=%s",
 				i, I_ARTIST(item),
 				i, I_TITLE(item),
 				i, I_LEN(item),