Difference for common/recipe.c from version 1.15 to 1.16


version 1.15 version 1.16
Line 526
 
Line 526
 }  }
   
 artifact * locate_recipe_artifact(const recipe *rp, size_t idx) {  artifact * locate_recipe_artifact(const recipe *rp, size_t idx) {
    object *item=get_archetype(rp->arch_name[idx]);     object *item=create_archetype(rp->arch_name[idx]);
    artifactlist *at=NULL;     artifactlist *at=NULL;
    artifact *art=NULL;     artifact *art=NULL;
   


Legend:
line(s) removed in v.1.15 
line(s) changed
 line(s) added in v.1.16

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