ben         96/10/18 12:22:19

  Modified:    src       util.c
  Log:
  Another missing const.
  
  Revision  Changes    Path
  1.24      +2 -2      apache/src/util.c
  
  Index: util.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/util.c,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -C3 -r1.23 -r1.24
  *** util.c    1996/10/13 13:35:30     1.23
  --- util.c    1996/10/18 19:22:11     1.24
  ***************
  *** 50,56 ****
     *
     */
    
  ! /* $Id: util.c,v 1.23 1996/10/13 13:35:30 ben Exp $ */
    
    /*
     * str.c: string utility things
  --- 50,56 ----
     *
     */
    
  ! /* $Id: util.c,v 1.24 1996/10/18 19:22:11 ben Exp $ */
    
    /*
     * str.c: string utility things
  ***************
  *** 449,455 ****
     * all honored
     */
    
  ! static char *substring_conf (pool *p, char *start, int len, char quote)
    {
        char *result = palloc (p, len + 2);
        char *resp = result;
  --- 449,455 ----
     * all honored
     */
    
  ! static char *substring_conf (pool *p, const char *start, int len, char 
quote)
    {
        char *result = palloc (p, len + 2);
        char *resp = result;
  
  
  

Reply via email to