# HG changeset patch # User nhjm449 # Date 1156652495 25200 # Node ID 2b3dd287f1c1b990b1a55f19208935393b323fdd # Parent 2685ac3bd8f6e290cf78e0ce960bc24fde2b9a72 [svn] - Tracks with unknown lengths shouldn't be considered 0 seconds long! :P diff -r 2685ac3bd8f6 -r 2b3dd287f1c1 ChangeLog --- a/ChangeLog Sat Aug 26 12:00:05 2006 -0700 +++ b/ChangeLog Sat Aug 26 21:21:35 2006 -0700 @@ -1,3 +1,13 @@ +2006-08-26 19:00:05 +0000 Tony Vroon + revision [2125] + CXXFLAGS fixes by Mike Frysinger (Gentoo). + + Changes: Modified: + +2 -2 trunk/Plugins/Input/modplug/gui/Makefile.in + +2 -3 trunk/Plugins/Input/mpg123/Makefile.in + +1 -1 trunk/Plugins/Input/sid/Makefile.in + + 2006-08-26 15:09:42 +0000 Yoshiki Yazawa revision [2123] - now xspf writes formatted xml. diff -r 2685ac3bd8f6 -r 2b3dd287f1c1 Plugins/Container/xspf/xspf.c --- a/Plugins/Container/xspf/xspf.c Sat Aug 26 12:00:05 2006 -0700 +++ b/Plugins/Container/xspf/xspf.c Sat Aug 26 21:21:35 2006 -0700 @@ -140,6 +140,9 @@ } } + if (tuple->length == NULL) { + tuple->length = -1; + } // add file to playlist playlist_load_ins_file_tuple(locale_uri, filename, pos, tuple); pos++;