]> wimlib.net Git - wimlib/blobdiff - src/write.c
Symbolic links (IN PROGRESS)
[wimlib] / src / write.c
index 3866bed6934c80c78a902a7dffddbaa649b2170b..b4aa2655207d819d30799a879d4de1a93cb46c71 100644 (file)
@@ -247,7 +247,7 @@ static int write_file_resources(WIMStruct *w)
 {
 
        DEBUG("Writing file resources for image %u.", w->current_image);
 {
 
        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
 }
 
 /* Write the lookup table, xml data, and integrity table, then overwrite the WIM