diff options
Diffstat (limited to 'Build/source/texk/kpathsea/xftell.c')
-rw-r--r-- | Build/source/texk/kpathsea/xftell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/xftell.c b/Build/source/texk/kpathsea/xftell.c index d1481bdf18c..39611a5e5ac 100644 --- a/Build/source/texk/kpathsea/xftell.c +++ b/Build/source/texk/kpathsea/xftell.c @@ -20,7 +20,7 @@ unsigned long -xftell (FILE *f, string filename) +xftell (FILE *f, const_string filename) { long where = ftello (f); |