You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jw...@apache.org on 2001/02/26 05:19:59 UTC

cvs commit: apr/tables apr_hash.c

jwoolley    01/02/25 20:19:59

  Modified:    tables   apr_hash.c
  Log:
  Fix typo.
  
  Revision  Changes    Path
  1.15      +1 -1      apr/tables/apr_hash.c
  
  Index: apr_hash.c
  ===================================================================
  RCS file: /home/cvs/apr/tables/apr_hash.c,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -d -u -r1.14 -r1.15
  --- apr_hash.c	2001/02/25 20:39:38	1.14
  +++ apr_hash.c	2001/02/26 04:19:58	1.15
  @@ -66,7 +66,7 @@
   #if APR_HAVE_STDLIB_H
   #include <stdlib.h>
   #endif
  -#if APR_HAVE_STDLIB_H
  +#if APR_HAVE_STRING_H
   #include <string.h>
   #endif