summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/xftell.c
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-11-10 10:26:52 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-11-10 10:26:52 +0000
commite6a9c88ada2f11dd61e4c4e39dff84944bed5787 (patch)
treefc83368bc46443e81c90a00e6864dd335a38f48e /Build/source/texk/kpathsea/xftell.c
parent522d28cda597706bae8ff7308c71f17901457300 (diff)
towards TL2010: texk/kpathsea
git-svn-id: svn://tug.org/texlive/trunk@15963 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/xftell.c')
-rw-r--r--Build/source/texk/kpathsea/xftell.c2
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);