From 107fbdbce29bf5ae32bfe469a1d4078414381986 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 28 Oct 2012 01:01:51 -0500 Subject: [PATCH] Fix doc for wimlib_join() --- src/wimlib.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/wimlib.h b/src/wimlib.h index 076aee17..34f52e7e 100644 --- a/src/wimlib.h +++ b/src/wimlib.h @@ -893,7 +893,10 @@ extern bool wimlib_image_name_in_use(const WIMStruct *wim, const char *name); * An error occurred when trying to write data to the new WIM at @a output_path. * * Note that this function merely copies the resources, so it will not check to - * see if the resources, including the metadata resource, are valid or not. + * see if the resources, including the metadata resources, are valid or not. + * + * Also, after this function is called, the only function that may be called on + * the ::WIMStruct's in the @a swms array is wimlib_free(). */ extern int wimlib_join(const char **swms, unsigned num_swms, const char *output_path, int flags); -- 2.43.0