X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fwrite.c;h=e06ad05e2fa401dbd96650d6348b491401c9c6ae;hp=497158999c807fb0ba6c0d0a8831a70f22f5b082;hb=63a5804943519281f206ca0fefacfe2b99fc9958;hpb=9b1647d673092a6c53a90c1d89831a5131660b9d diff --git a/src/write.c b/src/write.c index 49715899..e06ad05e 100644 --- a/src/write.c +++ b/src/write.c @@ -426,7 +426,7 @@ WIMLIBAPI int wimlib_write(WIMStruct *w, const char *path, int image, int flags) if (ret != 0) goto done; - for_lookup_table_entry(w->lookup_table, zero_out_refcnts, NULL); + for_lookup_table_entry(w->lookup_table, lte_zero_out_refcnt, NULL); w->write_flags = flags;