]> granicus.if.org Git - php/commitdiff
MFH
authorAndrey Hristov <andrey@php.net>
Mon, 27 Jan 2003 16:22:33 +0000 (16:22 +0000)
committerAndrey Hristov <andrey@php.net>
Mon, 27 Jan 2003 16:22:33 +0000 (16:22 +0000)
ext/standard/string.c

index b21157070fffc975c69c1b4539f3fe237aa6172f..c08160eabd9795af610ed39aca9991b4576e2629 100644 (file)
@@ -202,7 +202,7 @@ PHP_FUNCTION(bin2hex)
 static void php_spn_common_handler(INTERNAL_FUNCTION_PARAMETERS, int behavior)
 {
        char *s11, *s22;
-       long len1, len2, start, len;
+       int len1, len2, start, len;
        
        start = 0;
        len = 0;