decode variable is only used when mbstring is avaliable.

This commit is contained in:
Ilia Alshanetsky 2002-12-11 07:37:30 +00:00
parent 08e020a870
commit 52d0f1c143

View File

@ -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