mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-20 22:27:41 +00:00
Fix image unacrhiving
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10831 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c804059843
commit
09193da35a
3 changed files with 15 additions and 0 deletions
|
@ -1017,6 +1017,7 @@ repd_for_rep(NSArray *_reps, NSImageRep *rep)
|
|||
{
|
||||
BOOL flag;
|
||||
|
||||
_reps = [[NSMutableArray alloc] initWithCapacity: 2];
|
||||
[coder decodeValueOfObjCType: @encode(BOOL) at: &flag];
|
||||
if (flag == YES)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue