X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=uip%2Fforw.c;h=53b09683b083848178bfbe01dc52c11c8fe61c47;hb=d5b5e6e4813b7fd77dc1664df4304537f3002cf3;hp=e79e39584ccf637831c76702ec3da8b2a3e8a2aa;hpb=aed384169af5204b8002d06e7a22f89197963d2d;p=mmh diff --git a/uip/forw.c b/uip/forw.c index e79e395..53b0968 100644 --- a/uip/forw.c +++ b/uip/forw.c @@ -238,7 +238,7 @@ main(int argc, char **argv) close(in); } else { fmtstr = new_fs(form, forwcomps); - if (write(out, fmtstr, strlen(fmtstr)) != strlen(fmtstr)) { + if (write(out, fmtstr, strlen(fmtstr)) != (int)strlen(fmtstr)) { adios(drft, "error writing"); } }