]> diplodocus.org Git - nmh/blobdiff - uip/mhparse.c
Replace GNUism with standard touch flag in test-scan-file.
[nmh] / uip / mhparse.c
index 4d5c0499e15d0b23496d593a4eff6ac4c62c0eb7..cb9d2799e781949cc2ca6ce91fd93b0af3a67fee 100644 (file)
@@ -2374,7 +2374,7 @@ openFTP (CT ct, char **file)
 
     if (e->eb_flags) {
        user = "anonymous";
-       snprintf (buffer, sizeof(buffer), "%s@%s", getusername (),
+       snprintf (buffer, sizeof(buffer), "%s@%s", getusername (1),
                  LocalName (1));
        pass = buffer;
     } else {