(concord_object_get_attribute): Renamed from
authorMORIOKA Tomohiko <tomo.git@chise.org>
Mon, 20 May 2013 10:31:45 +0000 (19:31 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Mon, 20 May 2013 10:31:45 +0000 (19:31 +0900)
`concord_object_get_feature_value'.

cos.c

diff --git a/cos.c b/cos.c
index 39303b2..39ae317 100644 (file)
--- a/cos.c
+++ b/cos.c
@@ -570,7 +570,7 @@ concord_decode_object (COS_object ds, COS_object genre,
 }
 
 COS_object
-concord_object_get_feature_value (COS_object object, COS_object feature)
+concord_object_get_attribute (COS_object object, COS_object feature)
 {
   CONCORD_Genre gobj;
   CONCORD_Feature fobj;