X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Funix_apply.c;h=5dcb38641c2ea03d61057bf99b5d430327ad38d4;hp=dc6149131318ed8783d211833e87faf4bc5cf961;hb=aac0f095b5ed1273f91d87009f3b551eedcee085;hpb=c86ddf3cb6c5d52e3509ff4c2326f51fd98014e2 diff --git a/src/unix_apply.c b/src/unix_apply.c index dc614913..5dcb3864 100644 --- a/src/unix_apply.c +++ b/src/unix_apply.c @@ -330,9 +330,7 @@ unix_create_hardlinks(const struct wim_inode *inode, const struct wim_dentry *dentry; const char *newpath; - list_for_each_entry(dentry, &inode->i_extraction_aliases, - d_extraction_alias_node) - { + inode_for_each_extraction_alias(dentry, inode) { if (dentry == first_dentry) continue;