Skip to content

Commit

Permalink
main: fix a typo in an error message
Browse files Browse the repository at this point in the history
Suggested by @k-takata on #4012.
  • Loading branch information
masatake committed Jun 5, 2024
1 parent 1aba518 commit 1048b3d
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 1048b3d

Please sign in to comment.