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)
This should prevent some 32bit compilers from complaining about:
`integer constant is too large for 'long' type`


No differences found