From: Rasmus Lerdorf Date: Tue, 13 Aug 2002 04:11:51 +0000 (+0000) Subject: Don't use long as a type X-Git-Tag: php-4.3.0dev_zend2_alpha3~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0779da509b321355233cb9df403bc7e29b113683;p=php Don't use long as a type --- diff --git a/ext/exif/exif.c b/ext/exif/exif.c index 0b7e784571..2ea6670a3a 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -4043,7 +4043,7 @@ PHP_FUNCTION(exif_thumbnail) } /* }}} */ -/* {{{ proto long exif_imagetype(string imagefile) +/* {{{ proto int exif_imagetype(string imagefile) Get the type of an image */ PHP_FUNCTION(exif_imagetype) {