From c333f062ddcba9b35330647bf6cbd0a07f2d786e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 11 May 2017 14:55:55 +0200 Subject: New upstream version 1.8.0 --- src/tests/test-general-with-expect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/test-general-with-expect.c') diff --git a/src/tests/test-general-with-expect.c b/src/tests/test-general-with-expect.c index fbed7799..492e1b1f 100644 --- a/src/tests/test-general-with-expect.c +++ b/src/tests/test-general-with-expect.c @@ -751,7 +751,7 @@ _mi_rebucket (GRand *rand, guint num_values, guint num_buckets, NMMultiIndexOper op == MI_OP_ADD ? "ADD" : (op == MI_OP_REMOVE ? "REM" : "MOV"), bucket_old, had_bucket_old ? '*' : ' ', bucket, had_bucket ? '*' : ' ', - (long long unsigned) buckets_old, (long long unsigned) v->buckets, + (unsigned long long) buckets_old, (unsigned long long) v->buckets, buckets_old != v->buckets ? "(changed)" : "(unchanged)"); #endif -- cgit 1.3.0-6-gf8a5