From 55cf0a663723f6334b94de297776756b487c2cdf Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Thu, 22 Apr 2004 17:27:05 +0000 Subject: Support the locale-supplied character set where appropriate. It's used for converting command-line -C directives into Unicode; it's used for outputting Unicode strings to stderr in error messages; and it's used as the default character set for input files (although I'd be inclined to recommend everyone use \cfg{input-charset} in all their source files to ensure their portability). [originally from svn r4114] --- index.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.c') diff --git a/index.c b/index.c index 9850750..9a2d9df 100644 --- a/index.c +++ b/index.c @@ -99,7 +99,7 @@ void index_merge(indexdata *idx, int is_explicit, wchar_t *tags, word *text, * warn (and drop it, since it won't be referenced). */ if (is_explicit) { - error(err_nosuchidxtag, tags); + error(err_nosuchidxtag, fpos, tags); continue; } -- cgit v1.1