]> diplodocus.org Git - nmh/blobdiff - uip/post.c
Added l modifier to X printf conversions of wchar_t's.
[nmh] / uip / post.c
index 59c3fbda4c17c04308c6c93c595b08944a6598af..69fb74e610535eeeb8ff88de91f066bfeb7fd638 100644 (file)
@@ -1338,8 +1338,6 @@ make_bcc_file (int dashstuff)
      * of MIME encapsulation.
      */
     if (filter != NULL) {
-       vec[0] = r1bindex (mhlproc, '/');
-
        for (i = 0; (child_id = fork()) == NOTOK && i < 5; i++)
            sleep (5);
        switch (child_id) {