Changeset 3664 for trunk

Show
Ignore:
Timestamp:
09/25/08 12:17:46 (2 months ago)
Author:
prahal
Message:

Improves and fixes comments for osync_format_env_detect_objformat_full internals.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/opensync/format/opensync_format_env.c

    r3663 r3664  
    10831083        if (!new_data) 
    10841084                goto error; 
    1085          
     1085 
     1086        /* Detect the format while DECAP the change as far as possible. 
     1087           Each DECAP triggers a new detection. 
     1088         */ 
    10861089        while (TRUE) { 
    10871090                if ((detected_format = osync_format_env_detect_objformat(env, new_data))) { 
     
    10921095                 
    10931096                OSyncFormatConverter *converter = NULL; 
    1094                 /* Try to decap the change as far as possible */ 
     1097                /* Try to decap the change */ 
    10951098                for (d = env->converters; d; d = d->next) { 
    10961099                        converter = d->data;