1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 01:23:53 +02:00

The type has changed to size_t.

This commit is contained in:
Sascha Schumann
2000-10-26 18:10:57 +00:00
parent 4f757a3af0
commit 2517250b35
2 changed files with 2 additions and 2 deletions

View 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();

View 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();