smtp: fix SMTPParserTest14 on 32bit

pull/1195/head
Victor Julien 11 years ago
parent 9d33131d37
commit 5461294a52

@ -4473,7 +4473,7 @@ int SMTPParserTest14(void)
goto end; goto end;
} }
if(file->size != filesize){ if(file->size != filesize){
printf("smtp-mime file size %lu is incorrect", file->size); printf("smtp-mime file size %"PRIu64" is incorrect", file->size);
goto end; goto end;
} }
static uint8_t org_binary[] = { static uint8_t org_binary[] = {

Loading…
Cancel
Save