summaryrefslogtreecommitdiffstats
path: root/src/recode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/recode.c')
-rw-r--r--src/recode.c8
1 files changed, 5 insertions, 3 deletions
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;