From 53db1a086c164b6b19a1927a39db80fe91889bf6 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 22 Jul 2022 19:25:37 +0200 Subject: [PATCH] torture: Fix the 32-bit build Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source4/torture/smb2/create.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/torture/smb2/create.c b/source4/torture/smb2/create.c index 10c5f911603..8f1e94b5773 100644 --- a/source4/torture/smb2/create.c +++ b/source4/torture/smb2/create.c @@ -3012,7 +3012,7 @@ static bool test_fileid_unique_object( if (fileid_array[i] == fileid_array[j]) { torture_fail(tctx, talloc_asprintf(tctx, - "fileid %u == fileid %u (0x%lu)\n", + "fileid %u == fileid %u (0x%"PRIu64")\n", i, j, fileid_array[i])); -- 2.47.3