X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fextract.c;h=87628d828d1aaa4991676bfe4f77839b14f9513a;hp=49433f0813401d1d2a00a3e8a28925eb26971798;hb=d977c5b4f348208e47fd2922f202f3eb60d5d5cb;hpb=815ad485b8ce48db48a3137d73e511f6c9af868c diff --git a/src/extract.c b/src/extract.c index 49433f08..87628d82 100644 --- a/src/extract.c +++ b/src/extract.c @@ -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