use a bit more standard ULLONG_MAX rather than ULONG_LONG_MAX

This commit is contained in:
q66 2014-08-07 23:05:44 +01:00
parent 076aa56b9b
commit 8293711fc6
1 changed files with 1 additions and 1 deletions

View File

@ -608,7 +608,7 @@ media_cleaner_cb(void *data)
now -= tw_config->allowed_media_age * 24 * 60 * 60; now -= tw_config->allowed_media_age * 24 * 60 * 60;
} }
else else
now = ULONG_LONG_MAX; now = ULLONG_MAX;
EINA_LIST_FOREACH_SAFE(mcl->cache, l, l2, ic) EINA_LIST_FOREACH_SAFE(mcl->cache, l, l2, ic)
{ {
/* only clean up to 3 entries at a time to ensure responsiveness */ /* only clean up to 3 entries at a time to ensure responsiveness */