mirror of
https://github.com/postgres/postgres.git
synced 2025-11-25 12:03:53 +03:00
Small message fixes
This commit is contained in:
@@ -1083,7 +1083,7 @@ _tarAddFile(ArchiveHandle *AH, TAR_MEMBER *th)
|
||||
fseeko(tmp, 0, SEEK_END);
|
||||
th->fileLen = ftello(tmp);
|
||||
if (th->fileLen < 0)
|
||||
exit_horribly(modulename, "could not determine seek position in file: %s\n",
|
||||
exit_horribly(modulename, "could not determine seek position in archive file: %s\n",
|
||||
strerror(errno));
|
||||
fseeko(tmp, 0, SEEK_SET);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user