]> wimlib.net Git - wimlib/commit
do_wimlib_extract_paths(): Adjust condition to make target dir
authorEric Biggers <ebiggers3@gmail.com>
Fri, 17 Jan 2014 07:47:53 +0000 (01:47 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Fri, 17 Jan 2014 07:47:59 +0000 (01:47 -0600)
commit78ec46d87ce3e8d9cc4afdc03109c0e673c3dde8
treed645e8316fd9a8ac5c5ccf9baf1f9f1d710eb5b3
parentff3ce0b70ec73e75a30b693c04c34b90cc853796
do_wimlib_extract_paths(): Adjust condition to make target dir

Don't make the target directory if called from wimlib_extract_files(),
since in that case the tree itself will be extracted to the target.
src/extract.c