[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.44 and 1.45

version 1.44, 1999/12/08 12:57:06 version 1.45, 2000/03/22 15:38:23
Line 450 
Line 450 
                          * XXX - bogus commands with a colon in                           * XXX - bogus commands with a colon in
                          *       them will not elicit an error.                           *       them will not elicit an error.
                          */                           */
                         if (el_parse(el, margc, margv) != 0)                          if (editing &&
                               el_parse(el, margc, margv) != 0)
 #endif /* !SMALL */  #endif /* !SMALL */
                                 fputs("?Invalid command.\n", ttyout);                                  fputs("?Invalid command.\n", ttyout);
                         continue;                          continue;

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45