]> wimlib.net Git - wimlib/commit
extract.c: add missing will_extract_dentry() check
authorEric Biggers <ebiggers3@gmail.com>
Sun, 31 May 2015 21:33:04 +0000 (16:33 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Fri, 5 Jun 2015 03:45:35 +0000 (22:45 -0500)
commitd820468f3c760006bbab61771ba608deb727c53f
tree542edd8a1b3cfb5f50da48b1c715e49118a14c5d
parent588b06dbb0267153119678118a9cd618bfa01c19
extract.c: add missing will_extract_dentry() check

When skipping a dentry tree, not all dentries in that tree will
necessarily be in the extraction list.
src/extract.c