]> granicus.if.org Git - php/commitdiff
Fix declaration
authorZeev Suraski <zeev@php.net>
Tue, 8 Feb 2000 22:18:21 +0000 (22:18 +0000)
committerZeev Suraski <zeev@php.net>
Tue, 8 Feb 2000 22:18:21 +0000 (22:18 +0000)
Zend/zend_operators.c

index ef2f801ac7c83871c0d3cdbfd694fb02efebc2d0..a2888ab7e9979a4bd30b05d5c469390aeab15b62 100644 (file)
@@ -1230,7 +1230,7 @@ ZEND_API int zend_binary_strcmp(char *s1, uint len1, char *s2, uint len2)
        }
 }
 
-ZEND_API int zend_binary_strncmp(char *s1, uint len1, char *s2, uint len2, int length)
+ZEND_API int zend_binary_strncmp(char *s1, uint len1, char *s2, uint len2, uint length)
 {
        int retval;