Clarified description of isoburn_ropt_set_displacement()

This commit is contained in:
Thomas Schmitt 2010-12-01 16:47:50 +00:00
parent 79feaa7fd5
commit 8ad6bff397
2 changed files with 4 additions and 4 deletions

View File

@ -849,9 +849,9 @@ int isoburn_ropt_set_auto_incharset(struct isoburn_read_opts *o, int mode);
int isoburn_ropt_get_auto_incharset(struct isoburn_read_opts *o, int *mode);
/** Control an offset to be applied to all block addresses in order to
compensate for an eventual displacement of the image relative to the
start block address for which it was produced.
/** Control an offset to be applied to all block address pointers in the ISO
image in order to compensate for an eventual displacement of the image
relative to the start block address for which it was produced.
E.g. if track number 2 from CD gets copied into a disk file and shall then
be loaded as ISO filesystem, then the directory tree and all data file
content of the track copy will become readable by setting the track start

View File

@ -1 +1 @@
#define Xorriso_timestamP "2010.11.30.170112"
#define Xorriso_timestamP "2010.12.01.173750"