X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fexport_image.c;h=17c4f7dd8f3e06f45ef191b62263ef44125b99c0;hp=9f8bfa3f9eebdc4f472aee68341695d9ba660190;hb=61db93f82eca3fe9f7676355c709c58cc425a6ad;hpb=c772c186e1e2b85aceed1f0d4ef115fb01d23425 diff --git a/src/export_image.c b/src/export_image.c index 9f8bfa3f..17c4f7dd 100644 --- a/src/export_image.c +++ b/src/export_image.c @@ -95,9 +95,7 @@ inode_move_ltes_to_table(struct wim_inode *inode, } } -/* - * Exports an image, or all the images, from a WIM file, into another WIM file. - */ +/* API function documented in wimlib.h */ WIMLIBAPI int wimlib_export_image(WIMStruct *src_wim, int src_image, @@ -255,6 +253,7 @@ wimlib_export_image(WIMStruct *src_wim, * the flag is set on the source WIM. */ dest_wim->hdr.flags |= WIM_HDR_FLAG_RP_FIX; } + DEBUG("Successfully exported image."); ret = 0; goto out; out_xml_delete_image: