database: renamed get_get_song() to db_get_song()

Search'n'replace typo..
This commit is contained in:
Max Kellermann
2008-10-09 16:26:09 +02:00
parent 4409c34a8c
commit 6b9ffcffe2
5 changed files with 8 additions and 8 deletions

View File

@@ -404,7 +404,7 @@ static enum update_return updatePath(const char *path)
ret = UPDATE_RETURN_UPDATED;
/* don't return, path maybe a song now */
}
} else if ((song = get_get_song(path))) {
} else if ((song = db_get_song(path))) {
parentDirectory = song->parent;
if (!parentDirectory->stat
&& statDirectory(parentDirectory) < 0)