Removed change timestamps of 0.6.17

This commit is contained in:
2009-04-15 16:50:44 +02:00
parent d87e5721db
commit 3f90111052
9 changed files with 353 additions and 393 deletions

View File

@@ -1052,7 +1052,7 @@ int ecma119_image_new(IsoImage *src, IsoWriteOpts *opts, Ecma119Image **img)
continue;
#endif
/* ts A90228 : exposing address of data start to IsoWriteOpts */
/* Exposing address of data start to IsoWriteOpts */
if (i == file_src_writer_index) {
opts->data_start_lba = target->curblock;
}