X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fwrite.c;h=b4aa2655207d819d30799a879d4de1a93cb46c71;hp=3866bed6934c80c78a902a7dffddbaa649b2170b;hb=815ad485b8ce48db48a3137d73e511f6c9af868c;hpb=0e4862eb6d10b7266240fe29ed1ecbd2ad5b0f36 diff --git a/src/write.c b/src/write.c index 3866bed6..b4aa2655 100644 --- a/src/write.c +++ b/src/write.c @@ -247,7 +247,7 @@ static int write_file_resources(WIMStruct *w) { DEBUG("Writing file resources for image %u.", w->current_image); - return for_dentry_in_tree(wim_root_dentry(w), write_file_resource, w); + return for_dentry_in_tree(wim_root_dentry(w), write_dentry_resources, w); } /* Write the lookup table, xml data, and integrity table, then overwrite the WIM