diff options
Diffstat (limited to 'Build/source/texk/kpathsea/xfseek.c')
-rw-r--r-- | Build/source/texk/kpathsea/xfseek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/xfseek.c b/Build/source/texk/kpathsea/xfseek.c index 20a304693c0..1a1bfa0726a 100644 --- a/Build/source/texk/kpathsea/xfseek.c +++ b/Build/source/texk/kpathsea/xfseek.c @@ -19,7 +19,7 @@ #include <kpathsea/config.h> void -xfseek (FILE *f, long offset, int wherefrom, string filename) +xfseek (FILE *f, long offset, int wherefrom, const_string filename) { if (fseek (f, offset, wherefrom) < 0) { FATAL_PERROR(filename); |