ben         98/05/09 08:56:27

  Modified:    src/main http_main.c
  Log:
  Fix a warning.
  
  Revision  Changes    Path
  1.348     +1 -1      apache-1.3/src/main/http_main.c
  
  Index: http_main.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/main/http_main.c,v
  retrieving revision 1.347
  retrieving revision 1.348
  diff -u -r1.347 -r1.348
  --- http_main.c       1998/05/09 15:54:38     1.347
  +++ http_main.c       1998/05/09 15:56:23     1.348
  @@ -859,7 +859,7 @@
   static void usage(char *bin)
   {
       char pad[MAX_STRING_LEN];
  -    int i;
  +    unsigned i;
   
       for (i = 0; i < strlen(bin); i++)
        pad[i] = ' ';
  
  
  

Reply via email to