X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fxml.h;h=5eb24c9c6a139869810580cba4af45c30d48c23f;hb=54ab9fc02a6deab44102a7f18b85c6ff7cf7774b;hp=5a875758b42b653c7cfd7a67185d54da0ac3407b;hpb=e6227e4978dd41e0726ef1b54713089d343b57de;p=wimlib diff --git a/src/xml.h b/src/xml.h index 5a875758..5eb24c9c 100644 --- a/src/xml.h +++ b/src/xml.h @@ -6,7 +6,7 @@ /* A struct wim_info structure corresponds to the entire XML data for a WIM file. */ struct wim_info { u64 total_bytes; - u64 num_images; + int num_images; /* Array of `struct image_info's, one for each image in the WIM that is * mentioned in the XML data. */ struct image_info *images;