Difference for common/object.c from version 1.106 to 1.107


version 1.106 version 1.107
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 2572
 
Line 2572
      * 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;
         }          }
     }      }


Legend:
line(s) removed in v.1.106 
line(s) changed
 line(s) added in v.1.107

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:14