From c845544a21f945cce1f3b02939dd6bb71738b6f8 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 11 Feb 2019 12:34:59 +0100 Subject: [PATCH] Tests: table-test now works on 32-bit architectures --- ucw/table-test-2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucw/table-test-2.c b/ucw/table-test-2.c index 01ba0c7d..4679f59e 100644 --- a/ucw/table-test-2.c +++ b/ucw/table-test-2.c @@ -31,7 +31,7 @@ static void do_test(void) table_start(tbl, out); u64 test_time = 1403685533; - s64 test_size = 4LU*(1024LU * 1024LU * 1024LU); + s64 test_size = 4LLU*(1024LLU * 1024LLU * 1024LLU); table_col_size(tbl, TEST_COL0_SIZE, test_size); table_col_timestamp(tbl, TEST_COL1_TS, test_time); -- 2.39.2