[iso] notify if the file size on disk is smaller than expected ISO size

* Closes #963
* Also fix a potential issue with Notification()
This commit is contained in:
Pete Batard 2017-06-24 17:23:06 +01:00
parent 390c134b7a
commit 150be52479
8 changed files with 46 additions and 7 deletions

View file

@ -279,6 +279,7 @@ typedef struct {
char install_wim_path[64]; /* path to install.wim or install.swm */
uint64_t image_size;
uint64_t projected_size;
int64_t mismatch_size;
uint32_t install_wim_version;
BOOLEAN is_iso;
BOOLEAN is_bootable_img;