aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-09-24 17:57:39 +0200
committerMax Kellermann <max@duempel.org>2009-09-24 17:57:39 +0200
commit1cc4914b246b861035519818f27de9876285b4d1 (patch)
tree5e5720dc66603f0b16c51199dd3ee4fd41c31a5f /src/main.c
parentaec18c74ec63de707b35f126bcdb9ed726ec3a22 (diff)
downloadmpd-1cc4914b246b861035519818f27de9876285b4d1.tar.gz
mpd-1cc4914b246b861035519818f27de9876285b4d1.tar.xz
mpd-1cc4914b246b861035519818f27de9876285b4d1.zip
update: renamed directory_update_init() to update_enqueue()
Diffstat (limited to '')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index a0385733c..775ae9a72 100644
--- a/src/main.c
+++ b/src/main.c
@@ -350,7 +350,7 @@ int main(int argc, char *argv[])
if (create_db) {
/* the database failed to load: recreate the
database */
- unsigned job = directory_update_init(NULL);
+ unsigned job = update_enqueue(NULL);
if (job == 0)
g_error("directory update failed");
}