X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tfc_vars.c;h=1a65ac331968261d16e3bfe983bcda068823090b;hb=c0dc5614a87ed6d0eed4906447171ef4c73b306e;hp=4ca378554eaf522a5df4c90437abfbc80a03caa4;hpb=0303cbcec2b262cc3dcf8d89951967d7ba9543c7;p=tfcrypt.git diff --git a/tfc_vars.c b/tfc_vars.c index 4ca3785..1a65ac3 100644 --- a/tfc_vars.c +++ b/tfc_vars.c @@ -62,7 +62,7 @@ size_t sksum_turns; int do_edcrypt = TFC_DO_ENCRYPT, do_stop, quiet, error_action; int counter_opt, mackey_opt, do_mac, do_outfmt = TFC_OUTFMT_B64, rawkey; int idx, write_flags; -tfc_yesno catch_all_errors, ignore_seek_errors, password, overwrite_source, do_fsync, do_pad; +tfc_yesno catch_all_errors, ignore_seek_errors, password, overwrite_source, do_fsync, do_pad, do_ftrunc = TFC_NO_FTRUNC; tfc_yesno do_preserve_time, do_stats_in_gibs, do_statline_dynamic = YES, do_less_stats; tfc_yesno no_repeat, do_full_hexdump = YES, verbose, statline_was_shown, show_secrets; char *srcfname = TFC_STDIN_NAME, *dstfname = TFC_STDOUT_NAME, *do_mac_file, *counter_file, *sksum_hashlist_file;