summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3-main.h
diff options
context:
space:
mode:
Diffstat (limited to 'xdelta3/xdelta3-main.h')
-rw-r--r--xdelta3/xdelta3-main.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/xdelta3/xdelta3-main.h b/xdelta3/xdelta3-main.h
index 32295d4..986165b 100644
--- a/xdelta3/xdelta3-main.h
+++ b/xdelta3/xdelta3-main.h
@@ -3316,6 +3316,11 @@ main_input (xd3_cmd cmd,
3316 default: 3316 default:
3317 /* input_func() error */ 3317 /* input_func() error */
3318 XPR(NT XD3_LIB_ERRMSG (& stream, ret)); 3318 XPR(NT XD3_LIB_ERRMSG (& stream, ret));
3319 if (! option_quiet && ret == XD3_INVALID_INPUT)
3320 {
3321 XPR(NT "normally this indicates that the source file is incorrect\n");
3322 XPR(NT "please verify the source file with sha1sum or equivalent\n");
3323 }
3319 return EXIT_FAILURE; 3324 return EXIT_FAILURE;
3320 } 3325 }
3321 } 3326 }