diff src/lastfm/lastfm.c @ 1017:2f0b7056f354 trunk

[svn] - returning -1 is invalid here for fsize(). make metadata display in Audacious.
author nenolod
date Fri, 11 May 2007 09:41:34 -0700
parents 77153fae50e3
children 3484d9da7f7c
line wrap: on
line diff
--- a/src/lastfm/lastfm.c	Fri May 11 09:37:33 2007 -0700
+++ b/src/lastfm/lastfm.c	Fri May 11 09:41:34 2007 -0700
@@ -356,7 +356,7 @@
 
 off_t lastfm_vfs_fsize_impl(VFSFile * file)
 {
-	return -1;
+	return 0;
 }
 
 gchar *lastfm_vfs_metadata_impl(VFSFile * file, const gchar * field)