From 7c6d584e058e2e1a573a097f754a9e8958b3b0c8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ji=C5=99=C3=AD=20Filipovi=C4=8D?= Date: Wed, 21 May 2008 11:19:58 +0000 Subject: [PATCH] Compilable version. --- org.glite.jp.common/src/attr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.glite.jp.common/src/attr.c b/org.glite.jp.common/src/attr.c index db49e9d..8609567 100644 --- a/org.glite.jp.common/src/attr.c +++ b/org.glite.jp.common/src/attr.c @@ -259,7 +259,7 @@ const char *glite_jp_attrval_db_type_full(glite_jp_context_t ctx,const char *att glite_jp_tplug_data_t *ap = get_plugin(ctx,attr); glite_jp_clear_error(ctx); - return ap->db_type_full ? ap->db_type_full(ap->pctx,attr) : fb_db_type_full(ap->pctx,attr); + return ap->db_type_full ? ap->db_type_full(ap->pctx,attr) : fb_type_full(ap->pctx,attr); } const char *glite_jp_attrval_db_type_index(glite_jp_context_t ctx,const char *attr,int len) @@ -267,7 +267,7 @@ const char *glite_jp_attrval_db_type_index(glite_jp_context_t ctx,const char *at glite_jp_tplug_data_t *ap = get_plugin(ctx,attr); glite_jp_clear_error(ctx); - return ap->db_type_full ? ap->db_type_index(ap->pctx,attr,len) : fb_db_type_index(ap->pctx,attr,len); + return ap->db_type_full ? ap->db_type_index(ap->pctx,attr,len) : fb_type_index(ap->pctx,attr,len); } /* XXX: UNIX time, should be ISO blahblah */ -- 1.8.2.3