aboutsummaryrefslogtreecommitdiffstats
path: root/src/update.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-09 16:26:09 +0200
committerMax Kellermann <max@duempel.org>2008-10-09 16:26:09 +0200
commit6b9ffcffe2c255a918398e58418466529d362da9 (patch)
tree60305d93604faf1ac777f04331ace7ad09767495 /src/update.c
parent4409c34a8c8b0020df78885ece8b01911413be21 (diff)
downloadmpd-6b9ffcffe2c255a918398e58418466529d362da9.tar.gz
mpd-6b9ffcffe2c255a918398e58418466529d362da9.tar.xz
mpd-6b9ffcffe2c255a918398e58418466529d362da9.zip
database: renamed get_get_song() to db_get_song()
Search'n'replace typo..
Diffstat (limited to 'src/update.c')
-rw-r--r--src/update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update.c b/src/update.c
index aad40de42..3aae95d25 100644
--- a/src/update.c
+++ b/src/update.c
@@ -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)