Commit 315f9d98 authored by Michael Paquier's avatar Michael Paquier Committed by Max Kellermann

Main: fix build failure on non-Linux systems

parent f087518e
ver 0.19.12 (not yet released)
* fix build failure on non-Linux systems
ver 0.19.11 (2015/10/27)
* tags
......
......@@ -630,7 +630,7 @@ static int mpd_main_after_fork(struct options options)
config_get_unsigned(CONF_AUTO_UPDATE_DEPTH,
INT_MAX));
#else
FormatWarning(main_domain,
FormatWarning(config_domain,
"inotify: auto_update was disabled. enable during compilation phase");
#endif
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment