]> wimlib.net Git - wimlib/blobdiff - src/reparse.c
Preliminary support for native fds (UNIX only so far)
[wimlib] / src / reparse.c
index 4cbe69d9fbda8b7ce7ab43571240b4f2a1a94548..133603976f1bfc53d59e6b0e5bc0682f7ca49984 100644 (file)
@@ -225,7 +225,7 @@ wim_inode_get_reparse_data(const struct wim_inode *inode, u8 *rpbuf)
        }
 
        /* Read the data from the WIM file */
-       ret = read_full_resource_into_buf(lte, rpbuf + 8, true);
+       ret = read_full_resource_into_buf(lte, rpbuf + 8);
        if (ret)
                return ret;