commit | 3fac9ec43830fab0a3f88bff607734eb99ea6b1c | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Thu Nov 17 18:04:39 2011 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Thu Nov 17 18:04:39 2011 +0000 |
tree | 66fac77faff342c5b3b995697999cc50286fd2c4 | |
parent | 28af11ea34404a57f22735df4dd2fbfca54c8f82 [diff] [blame] |
diff --git a/coders/tiff.c b/coders/tiff.c index f5dc094..714d9d0 100644 --- a/coders/tiff.c +++ b/coders/tiff.c
@@ -1761,7 +1761,10 @@ static const TIFFFieldInfo TIFFExtensions[] = { - { 37724, -3, -3, TIFF_UNDEFINED, FIELD_CUSTOM, 1, 1, "PhotoshopLayerData" } + { + 37724, -3, -3, TIFF_UNDEFINED, FIELD_CUSTOM, 1, 1, + (char *) "PhotoshopLayerData" + } }; TIFFMergeFieldInfo(tiff,TIFFExtensions,sizeof(TIFFExtensions)/