X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fmount_image.c;h=83f176a12ce59d440350cdf0f9337befa0ce0da0;hb=ce50e9190bdb770640a53a1a8d612229be65d8e7;hp=aaad08c3ca2b7a5a16a354fdf22a47150d5773bb;hpb=1c8d703526fa18ed9d6dd6afee82079fd906759f;p=wimlib diff --git a/src/mount_image.c b/src/mount_image.c index aaad08c3..83f176a1 100644 --- a/src/mount_image.c +++ b/src/mount_image.c @@ -1061,7 +1061,7 @@ renew_current_image(struct wimfs_context *ctx) if (ret) goto err_free_new_blob; - ret = xml_add_image(wim, ""); + ret = xml_add_image(wim->xml_info, NULL); if (ret) goto err_undo_append;