From: Volker Lendecke Date: Fri, 22 Jul 2022 17:25:37 +0000 (+0200) Subject: torture: Fix the 32-bit build X-Git-Tag: tevent-0.13.0~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=53db1a086c164b6b19a1927a39db80fe91889bf6;p=thirdparty%2Fsamba.git torture: Fix the 32-bit build Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- 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]));