Change recOpts in Image, it can be part of the Image struct, not a ptr.

This commit is contained in:
Vreixo Formoso
2007-12-29 16:49:04 +01:00
parent 71cd3ccb89
commit 501275279d
4 changed files with 50 additions and 59 deletions

View File

@ -99,7 +99,7 @@ int default_create_node(IsoNodeBuilder *builder, IsoImage *image,
name = iso_file_source_get_name(src);
/* get info about source */
if (image->recOpts->follow_symlinks) {
if (image->recOpts.follow_symlinks) {
result = iso_file_source_stat(src, &info);
} else {
result = iso_file_source_lstat(src, &info);