Add a missing UL on a long in a unit test

This commit is contained in:
teor (Tim Wilson-Brown) 2016-03-04 18:16:09 +01:00 committed by Nick Mathewson
parent b99bd3e7ff
commit 19fb86a2dc

View File

@ -690,7 +690,7 @@ test_util_time(void *arg)
/* Test format_iso_time */
tv.tv_sec = (time_t)1326296338;
tv.tv_sec = (time_t)1326296338UL;
tv.tv_usec = 3060;
format_iso_time(timestr, (time_t)tv.tv_sec);
tt_str_op("2012-01-11 15:38:58",OP_EQ, timestr);