]> wimlib.net Git - wimlib/blobdiff - src/write.c
inode updates (IN PROGRESS)
[wimlib] / src / write.c
index 497158999c807fb0ba6c0d0a8831a70f22f5b082..e06ad05e2fa401dbd96650d6348b491401c9c6ae 100644 (file)
@@ -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;