Changeset 3531

Show
Ignore:
Timestamp:
08/15/08 11:55:16 (4 months ago)
Author:
dgollub
Message:

Changed objtype of Objformat "file" to objtype "data".
I guess objtype "file" got introduced by accident with r1198.
There should be only one "objtype neutral" category ... not two.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/formats/file.c

    r2607 r3531  
    208208osync_bool get_format_info(OSyncFormatEnv *env, OSyncError **error) 
    209209{ 
    210         OSyncObjFormat *format = osync_objformat_new("file", "file", error); 
     210        OSyncObjFormat *format = osync_objformat_new("file", "data", error); 
    211211        if (!format) 
    212212                return FALSE;