]> wimlib.net Git - wimlib/blobdiff - src/extract.c
mount changes (IN PROGRESS)
[wimlib] / src / extract.c
index 49433f0813401d1d2a00a3e8a28925eb26971798..87628d828d1aaa4991676bfe4f77839b14f9513a 100644 (file)
@@ -97,7 +97,7 @@ static int extract_regular_file(WIMStruct *w,
        int out_fd;
        const struct resource_entry *res_entry;
 
-       lte = lookup_resource(w->lookup_table, dentry_hash(dentry));
+       lte = __lookup_resource(w->lookup_table, dentry_hash(dentry));
 
        /* If we already extracted the same file or a hard link copy of it, we
         * may be able to simply create a link.  The exact action is specified