Changeset 3425

Show
Ignore:
Timestamp:
07/08/08 17:18:39 (2 months ago)
Author:
dgollub
Message:

Return NULL not FALSE for osync_objformat_sink_new() in error case.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/opensync/format/opensync_objformat_sink.c

    r3315 r3425  
    4545        OSyncObjFormatSink *formatsink = osync_try_malloc0(sizeof(OSyncObjFormatSink), error); 
    4646        if (!formatsink) 
    47                 return FALSE
     47                return NULL
    4848         
    4949        /*formatsink->objformat = osync_objformat_ref(objformat);*/