From 8d8c16f40430e328b7579283663eed7a446d7c42 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Fri, 15 Mar 2013 07:22:39 +0000 Subject: devnag: Add a 'make check' test case git-svn-id: svn://tug.org/texlive/trunk@29397 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/luatexdir/lua52/lauxlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build/source/texk/web2c') diff --git a/Build/source/texk/web2c/luatexdir/lua52/lauxlib.c b/Build/source/texk/web2c/luatexdir/lua52/lauxlib.c index 36ae7e629f5..3785ecc84a7 100644 --- a/Build/source/texk/web2c/luatexdir/lua52/lauxlib.c +++ b/Build/source/texk/web2c/luatexdir/lua52/lauxlib.c @@ -598,7 +598,7 @@ static int skipBOM (LoadF *lf) { lf->n = 0; do { c = getc(lf->f); - if (c == EOF || c != *(unsigned char *)p++) return c; + if (c == EOF || c != *(const unsigned char *)p++) return c; lf->buff[lf->n++] = c; /* to be read by the parser */ } while (*p != '\0'); lf->n = 0; /* prefix matched; discard it */ -- cgit v1.2.3