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

Diff for /src/usr.bin/ssh/Attic/sftp-int.c between version 1.62 and 1.63

version 1.62, 2003/08/25 08:13:09 version 1.63, 2003/10/07 07:04:16
Line 352 
Line 352 
                 /* Search for terminating quote, unescape some chars */                  /* Search for terminating quote, unescape some chars */
                 for (i = j = 0; i <= strlen(cp); i++) {                  for (i = j = 0; i <= strlen(cp); i++) {
                         if (cp[i] == quot) {    /* Found quote */                          if (cp[i] == quot) {    /* Found quote */
                                   i++;
                                 (*path)[j] = '\0';                                  (*path)[j] = '\0';
                                 break;                                  break;
                         }                          }

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63