Skip to content

Commit

Permalink
Quick fix, resolves issue #153: Remove incorrect decoding of constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
gcasa committed Dec 22, 2023
1 parent 8abe12b commit 3f30d13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/GSXib5KeyedUnarchiver.m
Original file line number Diff line number Diff line change
Expand Up @@ -870,10 +870,12 @@ - (void) parser: (NSXMLParser*)parser
// Need to store element for making the connections...
[self addConnection: element];
}
/*
else if ([XmlConstraintRecordTags containsObject: elementName])
{
[self objectForXib: element]; // decode the constraint...
}
*/
}
else
{
Expand Down

0 comments on commit 3f30d13

Please sign in to comment.