projects
/
imagemagick
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5df6c9
)
Status should be false when the compression is unsupported.
author
Dirk Lemstra
<dirk@git.imagemagick.org>
Wed, 30 Aug 2017 19:51:23 +0000
(21:51 +0200)
committer
Dirk Lemstra
<dirk@git.imagemagick.org>
Wed, 30 Aug 2017 19:51:37 +0000
(21:51 +0200)
coders/psd.c
patch
|
blob
|
history
diff --git
a/coders/psd.c
b/coders/psd.c
index 80df869c69c245ec6e0b372efd32061767dc4850..270d73fd6189756d3839d8c0a2e54673cd55c7ba 100644
(file)
--- a/
coders/psd.c
+++ b/
coders/psd.c
@@
-1337,7
+1337,7
@@
static MagickBooleanType ReadPSDChannel(Image *image,
}
offset=TellBlob(image);
- status=Magick
Tru
e;
+ status=Magick
Fals
e;
switch(compression)
{
case Raw: