diff options
Diffstat (limited to '')
-rw-r--r-- | src/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c index 687e86f7e..4a10f1433 100644 --- a/src/main.c +++ b/src/main.c @@ -194,8 +194,7 @@ glue_sticker_init(void) if (sticker_file == NULL && error != NULL) MPD_ERROR("%s", error->message); - if (!sticker_global_init(config_get_string(CONF_STICKER_FILE, NULL), - &error)) + if (!sticker_global_init(sticker_file, &error)) MPD_ERROR("%s", error->message); g_free(sticker_file); |