Removed development marks

This commit is contained in:
Thomas Schmitt 2010-09-11 12:51:27 +00:00
parent cc672d525b
commit 06c1540797
2 changed files with 6 additions and 7 deletions

View File

@ -307,15 +307,14 @@ struct XorrisO { /* the global context of xorriso */
system_area_disk_path is set.
*/
/* TWINTREE: The number of unclaimed 2K blocks before
start of partition 1 as of the MBR in system area.
If not 0 this will cause double volume descriptor sets
and double tree.
/* The number of unclaimed 2K blocks before start of partition 1 as of
the MBR in system area.
If not 0 this will cause double volume descriptor sets and double tree.
*/
uint32_t partition_offset;
/* TWINTREE: Partition table parameter: 1 to 63, 0= disabled/default */
/* Partition table parameter: 1 to 63, 0= disabled/default */
int partition_secs_per_head;
/* TWINTREE: 1 to 255, 0= disabled/default */
/* 1 to 255, 0= disabled/default */
int partition_heads_per_cyl;
/* User settable PVD time stamps */

View File

@ -1 +1 @@
#define Xorriso_timestamP "2010.09.11.125002"
#define Xorriso_timestamP "2010.09.11.125039"