X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fcomp.c;h=d950833537041fdbb49a65ed3d61595a975780ba;hp=6508ba67a7508fccea72241ad9c3d311aaad1d8d;hb=0b40f7c1c35770622511eda71ec5353784ea1dc6;hpb=a0b824f146a18ad99633addede9e81a470d4cb59 diff --git a/uip/comp.c b/uip/comp.c index 6508ba6..d950833 100644 --- a/uip/comp.c +++ b/uip/comp.c @@ -164,7 +164,7 @@ main(int argc, char **argv) close(out); } else { - nfs = new_fs(form, NULL, components, NULL); + nfs = new_fs(form, components); strncpy(drft, m_draft(seq_beyond), sizeof(drft)); if ((out = creat(drft, m_gmprot())) == NOTOK) { adios(drft, "unable to create");