Skip to content

Commit 1048b3d

Browse files
committed
main: fix a typo in an error message
Suggested by @k-takata on #4012.
1 parent 1aba518 commit 1048b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/entry.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2342,7 +2342,7 @@ extern void setTagFilePosition (MIOPos *p, bool truncation)
23422342
long t1 = mio_tell (TagFile.mio);
23432343
if (t1 == -1)
23442344
error (FATAL|PERROR,
2345-
"failed to tell the file position of the tag file (t0)\n");
2345+
"failed to tell the file position of the tag file (t1)\n");
23462346

23472347
if (!mio_try_resize (TagFile.mio, (size_t)t1))
23482348
error (FATAL|PERROR,

0 commit comments

Comments
 (0)