[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.159 and 1.160

version 1.159, 2017/01/20 05:51:50 version 1.160, 2017/01/21 08:33:07
Line 100 
Line 100 
   
 /*  /*
  * Determine whether the character needs encoding, per RFC1738:   * Determine whether the character needs encoding, per RFC1738:
  *      - No corresponding graphic US-ASCII.   *      - No corresponding graphic US-ASCII.
  *      - Unsafe characters.   *      - Unsafe characters.
  */   */
 static int  static int
 unsafe_char(const char *c0)  unsafe_char(const char *c0)

Legend:
Removed from v.1.159  
changed lines
  Added in v.1.160