Commit 81ce0680 authored by Eric Wong's avatar Eric Wong Committed by Max Kellermann

directory: fix return value in removeDeletedFromDirectory

oops :x
parent 7d8c9cc7
......@@ -342,7 +342,7 @@ removeDeletedFromDirectory(char *path_max_tmp, Directory * directory)
data.dir = directory;
data.tmp = path_max_tmp;
data.ret = UPDATE_RETURN_UPDATED;
data.ret = ret;
songvec_for_each(&directory->songs, delete_song_if_removed, &data);
return data.ret;
......
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