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:
8c12fe7
)
begin_read(): Fix comment
author
Eric Biggers
<ebiggers3@gmail.com>
Sun, 3 Mar 2013 20:14:46 +0000
(14:14 -0600)
committer
Eric Biggers
<ebiggers3@gmail.com>
Sun, 3 Mar 2013 21:56:47 +0000
(15:56 -0600)
src/wim.c
patch
|
blob
|
history
diff --git
a/src/wim.c
b/src/wim.c
index 915e036dd629de15b4f96d1dee7da4f29ab37639..23858d69b03c538261c64fee25e0db49030442f6 100644
(file)
--- a/
src/wim.c
+++ b/
src/wim.c
@@
-515,7
+515,7
@@
static int begin_read(WIMStruct *w, const char *in_wim_path, int open_flags,
return ret;
/* Make sure all the expected images were found. (We already have
return ret;
/* Make sure all the expected images were found. (We already have
- * returned
false
if *extra* images were found) */
+ * returned
WIMLIB_ERR_IMAGE_COUNT
if *extra* images were found) */
if (w->current_image != w->hdr.image_count &&
w->hdr.part_number == 1)
{
if (w->current_image != w->hdr.image_count &&
w->hdr.part_number == 1)
{