We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aba518 commit 1048b3dCopy full SHA for 1048b3d
main/entry.c
@@ -2342,7 +2342,7 @@ extern void setTagFilePosition (MIOPos *p, bool truncation)
2342
long t1 = mio_tell (TagFile.mio);
2343
if (t1 == -1)
2344
error (FATAL|PERROR,
2345
- "failed to tell the file position of the tag file (t0)\n");
+ "failed to tell the file position of the tag file (t1)\n");
2346
2347
if (!mio_try_resize (TagFile.mio, (size_t)t1))
2348
0 commit comments