Add write function. Fix bug in PVD writing and dir. record len computation.

This commit is contained in:
Vreixo Formoso
2007-12-22 14:45:00 +01:00
parent 42731f4135
commit d07fed1a4c
5 changed files with 100 additions and 22 deletions

View File

@@ -220,6 +220,8 @@ int filesrc_writer_write_data(IsoImageWriter *writer)
t = writer->target;
filelist = writer->data;
iso_msg_debug(t->image, "Writing Files...");
nfiles = iso_rbtree_get_size(t->files);
for (i = 0; i < nfiles; ++i) {
IsoFileSrc *file = filelist[i];