Fix bug in error reporting in the case where cs.errcode is non-zero.
+Fri Oct 24 00:12:39 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * pass1b.c (clone_file): Fix bug in error reporting in the case
+ where cs.errcode is non-zero.
+
Sun Oct 19 21:12:11 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
* pass*.c, super.c, unix.c, util.c, e2fsck.h: Place #ifdef
return retval;
}
if (cs.errcode) {
- com_err("clone_file", retval,
+ com_err("clone_file", cs.errcode,
"returned from clone_file_block");
return retval;
}