Commit bfae92e3 authored by Max Kellermann's avatar Max Kellermann

Main: use INT_MAX instead of G_MAXUINT

parent 9c5bf542
......@@ -557,7 +557,7 @@ int mpd_main(int argc, char *argv[])
*instance->storage,
*instance->update,
config_get_unsigned(CONF_AUTO_UPDATE_DEPTH,
G_MAXUINT));
INT_MAX));
#else
FormatWarning(main_domain,
"inotify: auto_update was disabled. enable during compilation phase");
......
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