- Timestamp:
- 09/25/08 12:17:46 (2 months ago)
- Files:
-
- 1 modified
-
trunk/opensync/format/opensync_format_env.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/opensync/format/opensync_format_env.c
r3663 r3664 1083 1083 if (!new_data) 1084 1084 goto error; 1085 1085 1086 /* Detect the format while DECAP the change as far as possible. 1087 Each DECAP triggers a new detection. 1088 */ 1086 1089 while (TRUE) { 1087 1090 if ((detected_format = osync_format_env_detect_objformat(env, new_data))) { … … 1092 1095 1093 1096 OSyncFormatConverter *converter = NULL; 1094 /* Try to decap the change as far as possible*/1097 /* Try to decap the change */ 1095 1098 for (d = env->converters; d; d = d->next) { 1096 1099 converter = d->data;
