Commit 94ee5317 authored by Warren Dukes's avatar Warren Dukes

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
parent d79f3110
...@@ -179,7 +179,7 @@ void initPlaylist() { ...@@ -179,7 +179,7 @@ void initPlaylist() {
srand(time(NULL)); srand(time(NULL));
playlist_stateFile = getConfigParamValue(CONF_STATE_FILE); playlist_stateFile = parseConfigFilePath(CONF_STATE_FILE, 0);
for(i=0; i<playlist_max_length*PLAYLIST_HASH_MULT; i++) { for(i=0; i<playlist_max_length*PLAYLIST_HASH_MULT; i++) {
playlist.idToPosition[i] = -1; playlist.idToPosition[i] = -1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment