Index: c/apache_multipart_buffer.c
===================================================================
RCS file: /home/cvs/httpd-apreq/c/apache_multipart_buffer.c,v
retrieving revision 1.4
diff -r1.4 apache_multipart_buffer.c
67c67
< void* my_memstr(void* haystack, int haystacklen, const char* needle,
---
> void* my_memstr(char* haystack, int haystacklen, const char* needle,
72c72
<     unsigned char *ptr = haystack;
---
>     char *ptr = haystack;
77c77
<       len = haystacklen - (ptr - (unsigned char *)haystack);
---
>       len = haystacklen - (ptr - (char *)haystack);


-- 
<Matt/>

    /||    ** Founder and CTO  **  **   http://axkit.com/     **
   //||    **  AxKit.com Ltd   **  ** XML Application Serving **
  // ||    ** http://axkit.org **  ** XSLT, XPathScript, XSP  **
 // \\| // ** mod_perl news and resources: http://take23.org  **
     \\//
     //\\
    //  \\


Reply via email to