*p;
key=AcquireString(property);
- if (level == 2)
- (void) SubstituteString(&key,"exif:","exif:thumbnail:");
switch (all)
{
case 1:
break;
}
}
- (void) FormatLocaleString(key,MaxTextExtent,"%s",description);
+ (void) FormatLocaleString(key,MaxTextExtent,"%s",
+ description);
+ if (level == 2)
+ (void) SubstituteString(&key,"exif:","exif:thumbnail:");
break;
}
case 2:
(void) FormatLocaleString(key,MaxTextExtent,"unknown");
break;
}
+ default:
+ {
+ if (level == 2)
+ (void) SubstituteString(&key,"exif:","exif:thumbnail:");
+ }
}
p=(const char *) NULL;
if (image->properties != (void *) NULL)