Mercurial > audlegacy
changeset 1551:a4180850edfe trunk
[svn] - fix
author | nenolod |
---|---|
date | Thu, 10 Aug 2006 18:39:05 -0700 |
parents | be50c53aee09 |
children | aaca4aab4670 |
files | ChangeLog audacious/playlist_container.c |
diffstat | 2 files changed, 12 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <nenolod@nenolod.net> + 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 <nenolod@nenolod.net> revision [2012] - more
--- 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)