jim         97/02/28 03:51:36

  Modified:    src       util.c
  Log:
  Description: Correctly handle Swedish filenames
  Submitter: [EMAIL PROTECTED]
  
  Revision  Changes    Path
  1.45      +1 -1      apache/src/util.c
  
  Index: util.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/util.c,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -C3 -r1.44 -r1.45
  *** util.c    1997/02/28 03:38:56     1.44
  --- util.c    1997/02/28 11:51:35     1.45
  ***************
  *** 783,789 ****
                    uri, NULL);
    }
    
  ! #define c2x(what,where) sprintf(where,"%%%02x",what)
    
    /*
    escape_path_segment() escapes a path segment, as defined in RFC 1808. This
  --- 783,789 ----
                    uri, NULL);
    }
    
  ! #define c2x(what,where) sprintf(where,"%%%02x",(unsigned char)what)
    
    /*
    escape_path_segment() escapes a path segment, as defined in RFC 1808. This
  
  
  

Reply via email to