From: Ilia Alshanetsky Date: Wed, 11 Dec 2002 07:37:30 +0000 (+0000) Subject: decode variable is only used when mbstring is avaliable. X-Git-Tag: RELEASE_1_0b3~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52d0f1c143fe52ca6a59392329bf6e7372e5279e;p=php decode variable is only used when mbstring is avaliable. --- diff --git a/ext/exif/exif.c b/ext/exif/exif.c index 1e915d5149..6d25bb1f0a 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -2574,9 +2574,9 @@ static int exif_process_string(char **result, char *value, size_t byte_count TSR static int exif_process_user_comment(image_info_type *ImageInfo, char **pszInfoPtr, char **pszEncoding, char *szValuePtr, int ByteCount TSRMLS_DC) { int a; - char *decode; #ifdef HAVE_MBSTRING + char *decode; size_t len;; #endif