summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/xftello.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/xftello.c')
-rw-r--r--Build/source/texk/kpathsea/xftello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/xftello.c b/Build/source/texk/kpathsea/xftello.c
index 9fd44df4257..42f1a9b62f8 100644
--- a/Build/source/texk/kpathsea/xftello.c
+++ b/Build/source/texk/kpathsea/xftello.c
@@ -20,7 +20,7 @@
off_t
-xftello (FILE *f, string filename)
+xftello (FILE *f, const_string filename)
{
off_t where = ftello (f);