From e598a2372179812389a702b78d5f8537eb6827d9 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 12 Jul 2005 03:55:23 +0000 Subject: Language and Option Names --- src/recode.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/recode.c') diff --git a/src/recode.c b/src/recode.c index f071f33..9983992 100644 --- a/src/recode.c +++ b/src/recode.c @@ -44,11 +44,13 @@ rcc_string rccFrom(rcc_context ctx, rcc_class_id class_id, const char *buf, size if ((class_id<0)||(class_id>=ctx->n_classes)||(!buf)) return NULL; - string = rccDb4GetKey(ctx->db4ctx, buf, len); - if (string) { +/* + result = rccDb4GetKey(ctx->db4ctx, buf, len); + if (result) { puts("Got a string"); - return string; + return result; } +*/ err = rccConfigure(ctx); if (err) return NULL; -- cgit v1.2.3