From: Martin Mares Date: Mon, 11 Feb 2019 11:34:59 +0000 (+0100) Subject: Tests: table-test now works on 32-bit architectures X-Git-Tag: v6.5.10~3 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=c845544a21f945cce1f3b02939dd6bb71738b6f8;p=libucw.git Tests: table-test now works on 32-bit architectures --- 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);