From f15620c372b8813a87d07eee169cf2096c99c173 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 14 Jul 2005 08:45:46 +0000 Subject: IConv and DB4 --- src/rccxml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rccxml.c') diff --git a/src/rccxml.c b/src/rccxml.c index 4ce1764..5e60731 100644 --- a/src/rccxml.c +++ b/src/rccxml.c @@ -546,7 +546,7 @@ clear: xmlFreeDoc(doc); } - if ((!ctx->current_language)&&(rccGetOption(ctx, RCC_CONFIGURED_LANGUAGES_ONLY))) { + if ((!ctx->current_language)&&(rccGetOption(ctx, RCC_OPTION_CONFIGURED_LANGUAGES_ONLY))) { ctx->current_config = rccGetCurrentConfig(ctx); ctx->configure = 1; } -- cgit v1.2.3