X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fap.c;h=a4e218946f0cfda7e0879b62ec8b909241fbb97c;hp=e444cd89566176e3d37795e070e3fb910502397a;hb=a0b824f146a18ad99633addede9e81a470d4cb59;hpb=2d48b455c303a807041c35e4248955f8bec59eeb diff --git a/uip/ap.c b/uip/ap.c index e444cd8..a4e2189 100644 --- a/uip/ap.c +++ b/uip/ap.c @@ -124,7 +124,7 @@ main(int argc, char **argv) adios(NULL, "usage: %s [switches] addrs ...", invo_name); /* get new format string */ - nfs = new_fs(form, format, FORMAT); + nfs = new_fs(form, format, NULL, FORMAT); if (width == 0) { if ((width = sc_width()) < WIDTH / 2)