X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Frcvtty.c;h=a62d091fd77d52402f9a7ff152ffedcc88a3493b;hp=a71a516ef20412d08881084340dd376eb992cd05;hb=70b2643e0da8485174480c644ad9785c84f5bff4;hpb=5b792c4424571f05bc2008e3109797d18d7d00d1 diff --git a/uip/rcvtty.c b/uip/rcvtty.c index a71a516..a62d091 100644 --- a/uip/rcvtty.c +++ b/uip/rcvtty.c @@ -35,7 +35,7 @@ #define SCANFMT \ "%2(hour{dtimenow}):%02(min{dtimenow}): %<(size)%5(size) %>%<{encrypted}E%>\ %<(mymbox{from})%<{to}To:%14(friendly{to})%>%>%<(zero)%17(friendly{from})%> \ -%{subject}%<{body}<<%{body}>>%>" +%{subject}" static struct swit switches[] = { #define BIFFSW 0 @@ -235,7 +235,7 @@ message_fd(char **vec) #endif unlink(tmpfil); - if ((child_id = vfork()) == NOTOK) { + if ((child_id = fork()) == NOTOK) { /* fork error */ close(fd); return header_fd();