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

Diff for /src/usr.bin/ssh/sftp.c between version 1.54 and 1.55

version 1.54, 2004/06/22 01:16:39 version 1.55, 2004/06/25 23:21:38
Line 424 
Line 424 
                                 i++;                                  i++;
                                 if (cp[i] != '\'' && cp[i] != '\"' &&                                  if (cp[i] != '\'' && cp[i] != '\"' &&
                                     cp[i] != '\\') {                                      cp[i] != '\\') {
                                         error("Bad escaped character '\%c'",                                          error("Bad escaped character '\\%c'",
                                             cp[i]);                                              cp[i]);
                                         goto fail;                                          goto fail;
                                 }                                  }

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55