*gasp* added a comment
git-svn-id: https://svn.musicpd.org/mpd/trunk@782 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
c4d2b8dc1c
commit
da588cbc46
@ -336,6 +336,11 @@ int updateInDirectory(Directory * directory, char * shortname, char * name) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* return values:
|
||||
-1 -> error
|
||||
0 -> no error, but nothing removed
|
||||
1 -> no error, and stuff removed
|
||||
*/
|
||||
int removeDeletedFromDirectory(Directory * directory) {
|
||||
DIR * dir;
|
||||
char cwd[2];
|
||||
|
Loading…
Reference in New Issue
Block a user