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

Diff for /src/usr.bin/ftp/fetch.c between version 1.15 and 1.16

version 1.15, 1997/09/04 04:37:15 version 1.16, 1997/09/11 01:55:15
Line 512 
Line 512 
                         portnum = strchr(host, ':');                          portnum = strchr(host, ':');
                         if (portnum != NULL)                          if (portnum != NULL)
                                 *portnum++ = '\0';                                  *portnum++ = '\0';
 parsed_url:  
                 } else {                        /* classic style `host:file' */                  } else {                        /* classic style `host:file' */
                         dir = strchr(host, ':');                          dir = strchr(host, ':');
                 }                  }
   parsed_url:
                 if (EMPTYSTRING(host)) {                  if (EMPTYSTRING(host)) {
                         rval = argpos + 1;                          rval = argpos + 1;
                         continue;                          continue;

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16