From 94ee53178d3c9e6950e9fccaeaf67555274a4107 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Thu, 28 Oct 2004 17:16:55 +0000 Subject: oops, forgot the parse the state_file as a path git-svn-id: https://svn.musicpd.org/mpd/trunk@2383 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/playlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/playlist.c b/src/playlist.c index 74bb56116..a77581c5c 100644 --- a/src/playlist.c +++ b/src/playlist.c @@ -179,7 +179,7 @@ void initPlaylist() { srand(time(NULL)); - playlist_stateFile = getConfigParamValue(CONF_STATE_FILE); + playlist_stateFile = parseConfigFilePath(CONF_STATE_FILE, 0); for(i=0; i