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/mondorestore/mondo-rstr-tools.c

    r3397 r3430  
    834834}
    835835
    836 /* BCO: Read here the boot_* variables */
     836/* TODO: Read here the boot_* variables */
    837837read_cfg_var(cfg_file, "boot-type", value);
    838838if (!strcmp(value, "BIOS")) {
     
    20102010        skip_obdr();
    20112011    } else {
    2012         // BCO: below 32KB seems to block at least on RHAS 2.1 and MDK 10.0
     2012        // TODO: below 32KB seems to block at least on RHAS 2.1 and MDK 10.0
    20132013        set_tape_block_size_with_mt(bkpinfo->internal_tape_block_size);
    20142014    }
Note: See TracChangeset for help on using the changeset viewer.