Skip to content

Commit 08e07dc

Browse files
authored
Merge pull request #4014 from masatake/main--report-errors-in-ftell
main: fix a typo in an error message
2 parents 1aba518 + 1048b3d commit 08e07dc

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)