git://wimlib.net
/
wimlib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf00838
)
export_image.c: adjust error message
author
Eric Biggers
<ebiggers3@gmail.com>
Sat, 13 Dec 2014 19:21:48 +0000
(13:21 -0600)
committer
Eric Biggers
<ebiggers3@gmail.com>
Sat, 13 Dec 2014 19:38:48 +0000
(13:38 -0600)
src/export_image.c
patch
|
blob
|
history
diff --git
a/src/export_image.c
b/src/export_image.c
index 425e4a4d1c521d13140493be205b5ededd1af2d2..bfc36bde6237c9b39b87d9f5485366d60ff204c2 100644
(file)
--- a/
src/export_image.c
+++ b/
src/export_image.c
@@
-143,9
+143,8
@@
wimlib_export_image(WIMStruct *src_wim,
(!(export_flags & WIMLIB_EXPORT_FLAG_NO_DESCRIPTIONS) &&
dest_description))
{
- ERROR("Image name or image description was "
- "specified, but we are exporting "
- "multiple images");
+ ERROR("Image name and description must be "
+ "left NULL for multi-image export");
return WIMLIB_ERR_INVALID_PARAM;
}
start_src_image = 1;