src/daemon/utils_time_test.c: add ULL suffix to large literals
authorMarc Fournier <marc.fournier@camptocamp.com>
Wed, 26 Aug 2015 22:20:12 +0000 (00:20 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Wed, 26 Aug 2015 22:20:12 +0000 (00:20 +0200)
commit3a233efe8a56454498a1404ed2ab30e4d5dff52d
tree1f449f0630bf467efe63ee4f69349acb649a4948
parent67ea18d2b08da3c5442cb2bb2c7b2059e3da94a8
src/daemon/utils_time_test.c: add ULL suffix to large literals

This should prevent some 32bit compilers from complaining about:
`integer constant is too large for 'long' type`
src/daemon/utils_time_test.c