Changeset 3432

Show
Ignore:
Timestamp:
07/10/08 14:12:43 (3 months ago)
Author:
bricks
Message:

Fixed Ticket #774

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wrapper/opensync-merger.i

    r2372 r3432  
    213213 
    214214        bool validate() { 
    215                 return osync_xmlformat_validate(self); 
     215                OSyncError *err = NULL; 
     216                return osync_xmlformat_validate(self, &err); 
    216217        } 
    217218