View Issue Details

IDProjectCategoryView StatusLast Update
0002789SOGoBackend Generalpublic2014-05-23 11:51
Reporterbuzzdee Assigned Tofrancis  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Platformamd64OSOpenBSDOS Version5.5
Product Version2.2.3 
Fixed in Version2.2.4 
Summary0002789: PATCH: make method declaration in header match implemenation in sope-xml/SaxObjC/SaxContentHandler.h
Description

see attached patch

TagsNo tags attached.

Activities

buzzdee

buzzdee

2014-05-23 09:12

reporter  

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 */
 
francis

francis

2014-05-23 11:51

administrator   ~0007088

Fixed.

See https://github.com/inverse-inc/sope/commit/40c20c124b15fcf68354dae0ca599bc62c14b399

Issue History

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