diff options
Diffstat (limited to 'src/rccxml.c')
-rw-r--r-- | src/rccxml.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |