q66 pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=8293711fc65c5329b65b20ac97511e44c6a88c22

commit 8293711fc65c5329b65b20ac97511e44c6a88c22
Author: q66 <quake...@gmail.com>
Date:   Thu Aug 7 23:05:44 2014 +0100

    use a bit more standard ULLONG_MAX rather than ULONG_LONG_MAX
---
 src/modules/teamwork/e_mod_tw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/teamwork/e_mod_tw.c b/src/modules/teamwork/e_mod_tw.c
index f606efd..0d7d819 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 */

-- 


Reply via email to