]> granicus.if.org Git - php/commitdiff
Fix the ZTS build.
authorfoobar <sniper@php.net>
Thu, 9 Jan 2003 00:15:33 +0000 (00:15 +0000)
committerfoobar <sniper@php.net>
Thu, 9 Jan 2003 00:15:33 +0000 (00:15 +0000)
ext/standard/image.c

index 20571ea6a13d2fc82dae4487872a3f1b9aac51b1..ad7eecd1beb6e1ec91de32ed2ceb00d8c56d1b84 100644 (file)
@@ -953,7 +953,7 @@ PHPAPI int php_getimagetype(php_stream * stream, char *filetype TSRMLS_DC)
        if (!memcmp(filetype, php_sig_iff, 4)) {
                return IMAGE_FILETYPE_IFF;
        }
-       if (php_get_wbmp(stream, NULL, 1 TSRMLS_DC)) {
+       if (php_get_wbmp(stream, NULL, 1 TSRMLS_CC)) {
                return IMAGE_FILETYPE_WBMP;
        }