X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fsend.c;h=051e357cf6284a878d7a2328d3fb78dbdced0e48;hb=7e3bc577e84e13a47005a706718bd6ec0e6a0e0a;hp=a9ae46d72a719d3e39381a3815af56e52be166fc;hpb=d39e2c447b0d163a5a63f480b23d06edb7a73aa0;p=mmh diff --git a/uip/send.c b/uip/send.c index a9ae46d..051e357 100644 --- a/uip/send.c +++ b/uip/send.c @@ -109,7 +109,7 @@ main(int argc, char **argv) char *msgs[MAXARGS], *vec[MAXARGS]; struct msgs *mp; struct stat st; - char *attach = (char *)0; /* header field name for attachments */ + char *attach = NULL; /* header field name for attachments */ int attachformat = 0; /* mhbuild format specifier for attachments */ #ifdef UCI FILE *fp;