Main: use INT_MAX instead of G_MAXUINT
This commit is contained in:
parent
9c5bf542d1
commit
bfae92e307
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user