From 06c154079767224ab3e63065967b4446f6cb3d87 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sat, 11 Sep 2010 12:51:27 +0000 Subject: [PATCH] Removed development marks --- xorriso/xorriso_private.h | 11 +++++------ xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/xorriso/xorriso_private.h b/xorriso/xorriso_private.h index a5468c2c..4cb73fb9 100644 --- a/xorriso/xorriso_private.h +++ b/xorriso/xorriso_private.h @@ -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 */ diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 729856e3..7589f192 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2010.09.11.125002" +#define Xorriso_timestamP "2010.09.11.125039"