Adjust to recent ObjFW changes.
This commit is contained in:
parent
1d0067f2f4
commit
77543c786d
1 changed files with 2 additions and 2 deletions
|
@ -585,7 +585,7 @@
|
|||
|
||||
- (void)parser: (OFXMLParser*)p
|
||||
didStartElement: (OFString*)name
|
||||
withPrefix: (OFString*)prefix
|
||||
prefix: (OFString*)prefix
|
||||
namespace: (OFString*)ns
|
||||
attributes: (OFArray*)attributes
|
||||
{
|
||||
|
@ -660,7 +660,7 @@
|
|||
|
||||
- (void)elementBuilder: (OFXMLElementBuilder*)builder
|
||||
didNotExpectCloseTag: (OFString*)name
|
||||
withPrefix: (OFString*)prefix
|
||||
prefix: (OFString*)prefix
|
||||
namespace: (OFString*)ns
|
||||
{
|
||||
if (![name isEqual: @"stream"] || ![prefix isEqual: @"stream"] ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue