[BACK]Return to main.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ftp

Diff for /src/usr.bin/ftp/main.c between version 1.22 and 1.23

version 1.22, 1997/03/14 04:32:17 version 1.23, 1997/03/14 05:03:45
Line 199 
Line 199 
         }          }
   
 #ifndef SMALLFTP  #ifndef SMALLFTP
         if (fromatty) {          if (editing) {
                 el = el_init(__progname, stdin, stdout); /* init editline */                  el = el_init(__progname, stdin, stdout); /* init editline */
   
                 hist = history_init();          /* init the builtin history */                  hist = history_init();          /* init the builtin history */

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23