]> granicus.if.org Git - php/commitdiff
bool -> int
authorThies C. Arntzen <thies@php.net>
Tue, 6 Jun 2000 13:49:41 +0000 (13:49 +0000)
committerThies C. Arntzen <thies@php.net>
Tue, 6 Jun 2000 13:49:41 +0000 (13:49 +0000)
ext/recode/recode.c

index b0f1f4913f8c1b97df08659fb919318bd68db98a..5b63d37a51b2df35d14dcde88fd24e4af241fdee 100644 (file)
@@ -110,7 +110,7 @@ PHP_FUNCTION(recode_string)
        char *r = NULL;
        pval **str;
        pval **req;
-       bool  success;
+       int success;
        
        ReSLS_FETCH();
        if (ZEND_NUM_ARGS() != 2