|
|
|
@ -251,10 +251,6 @@ create_symlink(struct ecma119_write_target *t,
|
|
|
|
|
assert(t && iso && parent && parent->type == ECMA119_DIR);
|
|
|
|
|
|
|
|
|
|
ret = create_ecma119_node(t, parent, (struct iso_tree_node*) iso);
|
|
|
|
|
ret->iso_name = iso->node.name ? ((t->iso_level == 1) ?
|
|
|
|
|
iso_1_fileid(iso->node.name, t->input_charset)
|
|
|
|
|
: iso_2_fileid(iso->node.name, t->input_charset))
|
|
|
|
|
: NULL;
|
|
|
|
|
ret->type = ECMA119_SYMLINK;
|
|
|
|
|
ret->info.dest = iso->dest; /* TODO strdup? */
|
|
|
|
|
ret->attrib.st_nlink = 1;
|
|
|
|
|