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

Diff for /src/usr.bin/ssh/Attic/tildexpand.c between version 1.1 and 1.2

version 1.1, 1999/09/26 20:53:38 version 1.2, 1999/09/30 16:48:48
Line 32 
Line 32 
   if (filename[0] != '~')    if (filename[0] != '~')
     return xstrdup(filename);      return xstrdup(filename);
   
     /* Skip the tilde. */
   /* Skiop the tilde. */  
   filename++;    filename++;
   
   /* Find where the username ends. */    /* Find where the username ends. */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2