# HG changeset patch # User Yoshiki Yazawa # Date 1193750253 -32400 # Node ID 39398ff5e162c48f06b83c0c679caa3e0babf1f2 # Parent 4610f14103e4661e84b7072a8b277f735ca1c107 fsize_impl should return -1 on a remote stream. diff -r 4610f14103e4 -r 39398ff5e162 src/lastfm/lastfm.c --- a/src/lastfm/lastfm.c Sun Oct 28 16:31:12 2007 -0700 +++ b/src/lastfm/lastfm.c Tue Oct 30 22:17:33 2007 +0900 @@ -537,7 +537,7 @@ off_t lastfm_aud_vfs_fsize_impl(VFSFile * file) { - return 0; + return -1; } gchar *lastfm_aud_vfs_metadata_impl(VFSFile * file, const gchar * field)