joes        2003/07/18 09:38:24

  Modified:    src      apreq.c
  Log:
  s/\t/ / in Graham's patch
  
  Revision  Changes    Path
  1.26      +1 -1      httpd-apreq-2/src/apreq.c
  
  Index: apreq.c
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/src/apreq.c,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- apreq.c   18 Jul 2003 16:07:22 -0000      1.25
  +++ apreq.c   18 Jul 2003 16:38:23 -0000      1.26
  @@ -333,7 +333,7 @@
               else if (*s == 0)
                   return s - (const char *)d;
           }
  -     d = (char *)s;
  +        d = (char *)s;
       }
   
       for (; s < end; ++d, ++s) {
  
  
  

Reply via email to