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

Diff for /src/usr.bin/ftp/complete.c between version 1.9 and 1.10

version 1.9, 1997/09/04 04:37:14 version 1.10, 2001/03/09 17:01:02
Line 255 
Line 255 
   
                 mflag = 1;                  mflag = 1;
                 emesg = NULL;                  emesg = NULL;
                   if (debug)
                           (void)putc('\n', ttyout);
                 while ((cp = remglob(dummyargv, 0, &emesg)) != NULL) {                  while ((cp = remglob(dummyargv, 0, &emesg)) != NULL) {
                         char *tcp;                          char *tcp;
   

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10