Skip to content

Commit

Permalink
Merge pull request #4014 from masatake/main--report-errors-in-ftell
Browse files Browse the repository at this point in the history
main: fix a typo in an error message
  • Loading branch information
masatake authored Jun 5, 2024
2 parents 1aba518 + 1048b3d commit 08e07dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/entry.c
Original file line number Diff line number Diff line change
Expand Up @@ -2342,7 +2342,7 @@ extern void setTagFilePosition (MIOPos *p, bool truncation)
long t1 = mio_tell (TagFile.mio);
if (t1 == -1)
error (FATAL|PERROR,
"failed to tell the file position of the tag file (t0)\n");
"failed to tell the file position of the tag file (t1)\n");

if (!mio_try_resize (TagFile.mio, (size_t)t1))
error (FATAL|PERROR,
Expand Down

0 comments on commit 08e07dc

Please sign in to comment.