X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fsend.c;h=d7691db99a332a57c9ddc6322303cc6371b7bd91;hp=f4169ee4ddb46a635d543d71a9b3465eefcb2adb;hb=refs%2Fheads%2Fmaster;hpb=c8e830d8fd222d69c9fca36d508a8d8a42fd4a46 diff --git a/uip/send.c b/uip/send.c index f4169ee..1df2fa9 100644 --- a/uip/send.c +++ b/uip/send.c @@ -333,7 +333,7 @@ attach(char *draft_file_name) int compnum; int finished_header = 0; char buf[MAXPATHLEN + 6]; - int length = strlen(attach_hdr); + size_t length = strlen(attach_hdr); char *p; if(distfile) {