diff --git a/src/modules/teamwork/e_mod_tw.c b/src/modules/teamwork/e_mod_tw.c index f606efd43..0d7d8190d 100644 --- a/src/modules/teamwork/e_mod_tw.c +++ b/src/modules/teamwork/e_mod_tw.c @@ -608,7 +608,7 @@ media_cleaner_cb(void *data) now -= tw_config->allowed_media_age * 24 * 60 * 60; } else - now = ULONG_LONG_MAX; + now = ULLONG_MAX; EINA_LIST_FOREACH_SAFE(mcl->cache, l, l2, ic) { /* only clean up to 3 entries at a time to ensure responsiveness */