Difference for common/object.c from version 1.97 to 1.98


version 1.97 version 1.98
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_object_c =   * static char *rcsid_object_c =
  *   "$Id: object.c,v 1.97 2005/07/15 13:51:49 ryo_saeba Exp $";   *   "$Id: object.c,v 1.98 2005/08/12 13:46:34 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 345
 
Line 345
  */   */
   
 object *find_object_name(char *str) {  object *find_object_name(char *str) {
   char *name=add_string(str);    const char *name=add_string(str);
   object *op;    object *op;
   for(op=objects;op!=NULL;op=op->next)    for(op=objects;op!=NULL;op=op->next)
     if(op->name==name)      if(op->name==name)


Legend:
line(s) removed in v.1.97 
line(s) changed
 line(s) added in v.1.98

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