tools: fix printf format strings
authorChristian Eggers <ceggers@arri.de>
Fri, 23 Sep 2022 10:51:41 +0000 (12:51 +0200)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 15 May 2023 09:25:55 +0000 (14:55 +0530)
commite12a00f238a121f804b68f4619962b3f60d1978b
treef06842ed7d15baf1bc94f3d032c5adeeb3e4b471
parentd9b37bfefbc0cd5eea78c8ef3d097faca7173711
tools: fix printf format strings

time_t is 64 bit (long long) on many 32 bit platforms (e.g. ARM) now

Signed-off-by: Manika Shrivastava <manika.sh@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
tools/l2test.c
tools/rctest.c