X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tfc_random.c;h=03f9dad78339d5c5c66ad30fe8b6f455b992167b;hb=7843812e68ebd194667b244cdd6f6cbd45beb3a5;hp=7c7b0b911d1564b9284c0e2bbc498d4c47429d32;hpb=429747d78e7e60b3dc44fd8b23f1626c386663e0;p=tfcrypt.git diff --git a/tfc_random.c b/tfc_random.c index 7c7b0b9..03f9dad 100644 --- a/tfc_random.c +++ b/tfc_random.c @@ -130,7 +130,7 @@ void gen_write_bytes(const char *foutname, tfc_fsize offset, tfc_fsize nrbytes) if (offset) { if (lseek(fd, offset, SEEK_SET) == -1) - xerror(YES, NO, NO, "%s: seek failed", foutname); + xerror(ignore_seek_errors, NO, NO, "%s: seek failed", foutname); } if (ctr_mode == TFC_MODE_PLAIN) memset(srcblk, 0, sizeof(srcblk));