X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fxml.c;h=7ff9c615cda47af72b6366d18ce2e10fe5e39dbb;hp=9ef6f65f12cdc7be084a4bcdf231f45fb45cd686;hb=affa6147e5c4c72bb22778368743e7203ea8fd79;hpb=f27fbe82ec560f3f1ac0464483297406f6bc508a diff --git a/src/xml.c b/src/xml.c index 9ef6f65f..7ff9c615 100644 --- a/src/xml.c +++ b/src/xml.c @@ -1575,7 +1575,7 @@ write_wim_xml_data(WIMStruct *wim, int image, u64 total_bytes, size_t xml_len; DEBUG("Writing WIM XML data (image=%d, offset=%"PRIu64")", - image, total_bytes, wim->out_fd.offset); + image, wim->out_fd.offset); ret = prepare_wim_xml_data(wim, image, total_bytes, &xml_data, &xml_len);