# HG changeset patch # User nenolod # Date 1155260345 25200 # Node ID a4180850edfee7f4c57e24b9f15ea9c919cc1f55 # Parent be50c53aee0948399f00c40f40d143ef9ce60afc [svn] - fix diff -r be50c53aee09 -r a4180850edfe ChangeLog --- a/ChangeLog Thu Aug 10 18:36:15 2006 -0700 +++ b/ChangeLog Thu Aug 10 18:39:05 2006 -0700 @@ -1,3 +1,14 @@ +2006-08-11 01:36:15 +0000 William Pitcock + revision [2014] + - some minimal integration + + + Changes: Modified: + +1 -23 trunk/audacious/playlist.c + +6 -7 trunk/audacious/playlist_container.c + +2 -2 trunk/audacious/playlist_container.h + + 2006-08-11 01:24:11 +0000 William Pitcock revision [2012] - more diff -r be50c53aee09 -r a4180850edfe audacious/playlist_container.c --- a/audacious/playlist_container.c Thu Aug 10 18:36:15 2006 -0700 +++ b/audacious/playlist_container.c Thu Aug 10 18:39:05 2006 -0700 @@ -64,7 +64,7 @@ if (plc->plc_read == NULL) return; - list = plc->plc_read(filename, pos); + plc->plc_read(filename, pos); } void playlist_container_write(char *filename, gint pos)