]> granicus.if.org Git - php/commitdiff
The type has changed to size_t.
authorSascha Schumann <sas@php.net>
Thu, 26 Oct 2000 18:10:57 +0000 (18:10 +0000)
committerSascha Schumann <sas@php.net>
Thu, 26 Oct 2000 18:10:57 +0000 (18:10 +0000)
ext/standard/output.c
main/output.c

index 451c39941b7d5c392447befe0cc7c94042916a05..2b14bd7f210a2673d5dbbcca4003885352888f2f 100644 (file)
@@ -330,7 +330,7 @@ static int php_b_body_write(const char *str, uint str_length)
 static int php_ub_body_write_no_header(const char *str, uint str_length)
 {
        char *newstr = NULL;
-       uint new_length=0;
+       size_t new_length=0;
        int result;
        OLS_FETCH();
        BLS_FETCH();
index 451c39941b7d5c392447befe0cc7c94042916a05..2b14bd7f210a2673d5dbbcca4003885352888f2f 100644 (file)
@@ -330,7 +330,7 @@ static int php_b_body_write(const char *str, uint str_length)
 static int php_ub_body_write_no_header(const char *str, uint str_length)
 {
        char *newstr = NULL;
-       uint new_length=0;
+       size_t new_length=0;
        int result;
        OLS_FETCH();
        BLS_FETCH();