]> git.pld-linux.org Git - packages/ftp.git/blob - netkit-ftp-acct.patch
- added desktop file and png icon (based on lftp icon).
[packages/ftp.git] / netkit-ftp-acct.patch
1 --- netkit-ftp-0.17/ftp/ftp.c.acct      Sun Jan 21 00:08:29 2001
2 +++ netkit-ftp-0.17/ftp/ftp.c   Sun Jan 21 00:09:04 2001
3 @@ -254,7 +254,8 @@
4         if (n == CONTINUE) {
5                 aflag++;
6                 /* fflush(stdout); */
7 -               zacct = getpass("Account:");
8 +               if(zacct==NULL)
9 +                       zacct = getpass("Account:");
10                 n = command("ACCT %s", zacct);
11         }
12         if (n != COMPLETE) {
This page took 0.04446 seconds and 3 git commands to generate.