X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tfc_random.c;h=9f9105af68fdaf9a53beca93f24ff1e43882309d;hb=cdd9119e29f2f865403303adb8b6004b863db968;hp=360b6584e8c2e0ed273235b519aa89d9b6f2e1ad;hpb=13cc886eb2edfe7be4e65067be6df01e2f08436a;p=tfcrypt.git diff --git a/tfc_random.c b/tfc_random.c index 360b658..9f9105a 100644 --- a/tfc_random.c +++ b/tfc_random.c @@ -138,7 +138,7 @@ void gen_write_bytes(const char *foutname, tfc_fsize offset, tfc_fsize nrbytes) if (ctr_mode == TFC_MODE_PLAIN) memset(srcblk, 0, sizeof(srcblk)); if (verbose) tfc_nfsay(stderr, "%s: writing %lld bytes to %s ... ", - progname, nrbytes, foutname); + tfc_format_pid(progname), nrbytes, foutname); errno = 0; do_stop = NO;