From e6a9c88ada2f11dd61e4c4e39dff84944bed5787 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Tue, 10 Nov 2009 10:26:52 +0000 Subject: towards TL2010: texk/kpathsea git-svn-id: svn://tug.org/texlive/trunk@15963 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/xfseeko.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build/source/texk/kpathsea/xfseeko.c') 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 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); -- cgit v1.2.3