version 1.106 | | version 1.107 |
---|
| | |
/* | | /* |
* static char *rcsid_object_c = | | * static char *rcsid_object_c = |
* "$Id: object.c,v 1.106 2005/10/07 23:35:33 akirschbaum Exp $"; | | * "$Id: object.c,v 1.107 2005/10/09 08:49:59 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
* only 4 lines, and saves the function call overhead. | | * only 4 lines, and saves the function call overhead. |
*/ | | */ |
for (link = op->key_values; link != NULL; link = link->next) { | | for (link = op->key_values; link != NULL; link = link->next) { |
if (link->key == key) { | | if (link->key == canonical_key) { |
return link->value; | | return link->value; |
} | | } |
} | | } |