Main: fix build failure on non-Linux systems
This commit is contained in:

committed by
Max Kellermann

parent
f087518e7a
commit
315f9d98f6
1
NEWS
1
NEWS
@@ -1,4 +1,5 @@
|
|||||||
ver 0.19.12 (not yet released)
|
ver 0.19.12 (not yet released)
|
||||||
|
* fix build failure on non-Linux systems
|
||||||
|
|
||||||
ver 0.19.11 (2015/10/27)
|
ver 0.19.11 (2015/10/27)
|
||||||
* tags
|
* tags
|
||||||
|
@@ -630,7 +630,7 @@ static int mpd_main_after_fork(struct options options)
|
|||||||
config_get_unsigned(CONF_AUTO_UPDATE_DEPTH,
|
config_get_unsigned(CONF_AUTO_UPDATE_DEPTH,
|
||||||
INT_MAX));
|
INT_MAX));
|
||||||
#else
|
#else
|
||||||
FormatWarning(main_domain,
|
FormatWarning(config_domain,
|
||||||
"inotify: auto_update was disabled. enable during compilation phase");
|
"inotify: auto_update was disabled. enable during compilation phase");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user