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-stream.c

    r3296 r3430  
    12711271 */
    12721272
    1273 /* BERLIOS: Should be reviewed for mediasize being a off_t ??? */
     1273/* TODO: Should be reviewed for mediasize being a off_t ??? */
    12741274bool
    12751275should_we_write_to_next_tape(long mediasize,
     
    17211721    paranoid_fclose(fin);
    17221722    mr_asprintf(checksum, "%04x%04x", crc16, crctt);
    1723     /* BERLIOS: what does it do ??? */
     1723    /* TODO: what does it do ??? */
    17241724    write_header_block_to_stream((off_t)g_current_media_number, checksum, BLK_STOP_FILE);
    17251725    mr_free(checksum);
Note: See TracChangeset for help on using the changeset viewer.