]> wimlib.net Git - wimlib/commit
wimlib_set_boot_idx(): Update boot metadata immediately
authorEric Biggers <ebiggers3@gmail.com>
Mon, 19 Nov 2012 04:27:50 +0000 (22:27 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 19 Nov 2012 04:27:50 +0000 (22:27 -0600)
commit3db96e21c9c03d1797c471fa47fafdd65b71cf11
treef0a85abc3e4dc5381b9273fa4ea3990f3a9f95f3
parentdc63267ac1da2b75837689e400eed0400e764f4d
wimlib_set_boot_idx(): Update boot metadata immediately

Update the boot metadata resource entry in the WIM header as soon as
wimlib_set_boot_idx() is called.  Otherwise, the correct entry is never updated
if wimlib_overwrite_xml_and_header() is called.
src/wim.c