Attributed HFS+ blessings to IsoImage rather than IsoWriteOpts.

This commit is contained in:
2012-05-25 19:34:09 +02:00
parent 1842921b2c
commit 82f39020cf
6 changed files with 78 additions and 40 deletions

View File

@@ -444,13 +444,6 @@ struct iso_write_opts {
*/
char ascii_disc_label[ISO_DISC_LABEL_SIZE];
/* Pointers to directories or files which shall be get a HFS+ blessing.
libisofs/hfsplus.c et.al. will compare these pointers
with the ->node pointer of Ecma119Nodes.
See libisofs.h
*/
IsoNode *hfsplus_blessed[ISO_HFSPLUS_BLESS_MAX];
};
typedef struct ecma119_image Ecma119Image;