Difference for crossedit/Attr.c from version 1.18 to 1.19


version 1.18 version 1.19
Line 181
 
Line 181
  strcpy (str, ob->slaying);   strcpy (str, ob->slaying);
 }  }
   
 /*** sacriface ***/  /*** sacrifice ***/
 static void getSacrifice (object *ob, char *str, XtPointer c) {  static void getSacrifice (object *ob, char *str, XtPointer c) {
     if(!ob->slaying || !*ob->slaying) {      if(!ob->slaying || !*ob->slaying) {
  if(!ob->arch->clone.slaying)   if(!ob->arch->clone.slaying)
      LOG(llevError,"missing sacriface for altar\n");       LOG(llevError,"missing sacrifice for altar\n");
  strcpy (str, ob->arch->clone.slaying);   strcpy (str, ob->arch->clone.slaying);
     } else      } else
  strcpy (str, ob->slaying);   strcpy (str, ob->slaying);


Legend:
line(s) removed in v.1.18 
line(s) changed
 line(s) added in v.1.19

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:48