diff options
Diffstat (limited to 'source4/torture/torture_util.c')
-rw-r--r-- | source4/torture/torture_util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/torture_util.c b/source4/torture/torture_util.c index 753f36164f..176a8e101b 100644 --- a/source4/torture/torture_util.c +++ b/source4/torture/torture_util.c @@ -391,8 +391,8 @@ NTSTATUS torture_check_ea(struct smbcli_state *cli, printf("Expected value '%s' not '%*.*s' for ea %s\n", value, - info.ea_list.out.eas[0].value.length, - info.ea_list.out.eas[0].value.length, + (int)info.ea_list.out.eas[0].value.length, + (int)info.ea_list.out.eas[0].value.length, info.ea_list.out.eas[0].value.data, eaname); |