]> wimlib.net Git - wimlib/commit
inode_fixup.c: Simplify logic
authorEric Biggers <ebiggers3@gmail.com>
Sat, 17 May 2014 03:08:16 +0000 (22:08 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 17 May 2014 03:15:15 +0000 (22:15 -0500)
commitbb839af2a594f0d98aa0f75e81d6a7f0efe28917
tree5b11ab8ac3c229d039817dc87f19e85b99bd8ca0
parent295b8b4e745d5446475c0a2e48d64bca56da7610
inode_fixup.c:  Simplify logic

Most of the logic in this file is working around a Microsoft bug, but
there must be an easier way to do it.  This commits strips the code down
to something more logical that still seems to "do the right thing" on a
Windows 7 WIM affected by the Microsoft bug.
src/inode_fixup.c