Ignore:
Timestamp:
Aug 27, 2015, 10:57:37 AM (9 years ago)
Author:
Bruno Cornec
Message:
  • use the keyword TODO (yellow in vim) to indicate code to review instead of BCO|BERLIOS
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/common/libmondo-files.c

    r3350 r3430  
    595595            current_time = get_time();
    596596            counter = 0;
    597             /* BERLIOS: 37 really ? */
     597            /* TODO: 37 really ? */
    598598            curr_fname[37] = '\0';
    599599            curr_pos = ftello(fin) / 1024;
     
    796796                }
    797797            } else {
    798                 /* BERLIOS: more than long here ??? */
     798                /* TODO: more than long here ??? */
    799799                file_len_K = (long) (length_of_file(fname) / 1024);
    800800            }
     
    12141214        return (FALSE);
    12151215    }
    1216     /* BERLIOS: This is just plain WRONG !! */
     1216    /* TODO: This is just plain WRONG !! */
    12171217    mr_asprintf(do_not_compress_these,"%s", last_line_of_file(tmp));
    12181218    mr_free(tmp);
Note: See TracChangeset for help on using the changeset viewer.