]> wimlib.net Git - wimlib/commit
Remove broken completed_parts write progress
authorEric Biggers <ebiggers3@gmail.com>
Mon, 28 Apr 2014 17:47:49 +0000 (12:47 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 28 Apr 2014 17:49:22 +0000 (12:49 -0500)
commit74d4d4b70eda3ab6e5f30e9d8c019034ce8fba15
tree792cb076097a48e0f1aa3cf2b3769a30db54f20d
parentf02f8a0274377459bf90d5a70cb7b72480a3df60
Remove broken completed_parts write progress

Since "raw copy" resources are separated from resources that need to be
compressed, the write may not proceed simply one part after another.  For
now, leave completed_parts as 0, and in wimlib-imagex use the generic
write message when doing a join.
include/wimlib.h
programs/imagex.c
src/write.c