]> wimlib.net Git - wimlib/blobdiff - src/wimlib.h
Move default capture config policy to library users
[wimlib] / src / wimlib.h
index d1ee1221a3a3790b85fadb9d4920e83ee94a6b76..62a028de0b1c7a75208b7ae36f4969b084910ecd 100644 (file)
@@ -809,8 +809,8 @@ enum wimlib_error_code {
  *     NULL, a default string is used.  Please see the manual page for
  *     <b>imagex capture</b> for more information.
  * @param config_len
- *     Length of the string @a config in bytes.  Ignored if @a config is @c
- *     NULL.
+ *     Length of the string @a config in bytes, not including an optional
+ *     null-terminator.  Ignored if @a config is @c NULL.
  * @param add_image_flags
  *     Bitwise OR of flags prefixed with WIMLIB_ADD_IMAGE_FLAG.
  * @param progress_func