summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/xfseeko.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/xfseeko.c')
-rw-r--r--Build/source/texk/kpathsea/xfseeko.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/xfseeko.c b/Build/source/texk/kpathsea/xfseeko.c
index 16e9c0fd4ba..8d836441d17 100644
--- a/Build/source/texk/kpathsea/xfseeko.c
+++ b/Build/source/texk/kpathsea/xfseeko.c
@@ -18,7 +18,7 @@
#include <kpathsea/config.h>
void
-xfseeko (FILE *f, off_t offset, int wherefrom, string filename)
+xfseeko (FILE *f, off_t offset, int wherefrom, const_string filename)
{
if (fseeko (f, offset, wherefrom) < 0) {
FATAL_PERROR(filename);