r8520: fixed a pile of warnings from the build farm gcc -Wall output on
[mat/samba.git] / source4 / torture / torture_util.c
index 753f36164fd705bff37b543537aa93ebdfffa018..176a8e101b6aeb5610a1eb22d7e4a357c3156d08 100644 (file)
@@ -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);