fials -> fails
git-svn-id: https://svn.musicpd.org/mpd/trunk@5947 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
18e20b8d2c
commit
179ab7efe8
@ -543,7 +543,7 @@ static int updatePath(char *utf8path)
|
|||||||
free(path);
|
free(path);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
/* if updateDirectory fials, means we should delete it */
|
/* if updateDirectory fails, means we should delete it */
|
||||||
else {
|
else {
|
||||||
LOG("removing directory: %s\n", path);
|
LOG("removing directory: %s\n", path);
|
||||||
deleteFromList(parentDirectory->subDirectories,
|
deleteFromList(parentDirectory->subDirectories,
|
||||||
@ -573,7 +573,7 @@ static int updatePath(char *utf8path)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* if updateDirectory fials, means we should delete it */
|
/* if updateDirectory fails, means we should delete it */
|
||||||
else {
|
else {
|
||||||
removeSongFromDirectory(parentDirectory, shortname);
|
removeSongFromDirectory(parentDirectory, shortname);
|
||||||
ret = 1;
|
ret = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user