View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002789 | SOGo | Backend General | public | 2014-05-23 09:12 | 2014-05-23 11:51 |
Reporter | buzzdee | Assigned To | francis | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | amd64 | OS | OpenBSD | OS Version | 5.5 |
Product Version | 2.2.3 | ||||
Fixed in Version | 2.2.4 | ||||
Summary | 0002789: PATCH: make method declaration in header match implemenation in sope-xml/SaxObjC/SaxContentHandler.h | ||||
Description | see attached patch | ||||
Tags | No tags attached. | ||||
patch-sope-xml_SaxObjC_SaxContentHandler_h (514 bytes)
$OpenBSD$ make the header match the implementation --- sope-xml/SaxObjC/SaxContentHandler.h.orig Fri May 23 10:08:52 2014 +++ sope-xml/SaxObjC/SaxContentHandler.h Fri May 23 10:09:24 2014 @@ -50,8 +50,8 @@ /* CDATA */ -- (void)characters:(unichar *)_chars length:(int)_len; -- (void)ignorableWhitespace:(unichar *)_chars length:(int)_len; +- (void)characters:(unichar *)_chars length:(NSUInteger)_len; +- (void)ignorableWhitespace:(unichar *)_chars length:(NSUInteger)_len; /* PIs */ |
|
Fixed. See https://github.com/inverse-inc/sope/commit/40c20c124b15fcf68354dae0ca599bc62c14b399 |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2014-05-23 09:12 | buzzdee | New Issue | |
2014-05-23 09:12 | buzzdee | File Added: patch-sope-xml_SaxObjC_SaxContentHandler_h | |
2014-05-23 11:51 | francis | Note Added: 0007088 | |
2014-05-23 11:51 | francis | Status | new => resolved |
2014-05-23 11:51 | francis | Fixed in Version | => 2.2.4 |
2014-05-23 11:51 | francis | Resolution | open => fixed |
2014-05-23 11:51 | francis | Assigned To | => francis |