Difference for common/recipe.c from version 1.8 to 1.9


version 1.8 version 1.9
Line 243
 
Line 243
                 sprintf(buf,"%s",string);                  sprintf(buf,"%s",string);
              fprintf(logfile,"%-30s(%d) bookchance %3d  ",buf,formula->index,               fprintf(logfile,"%-30s(%d) bookchance %3d  ",buf,formula->index,
  formula->chance);   formula->chance);
                fprintf(logfile,"skill %s",formula->skill);
              fprintf(logfile,"\n");               fprintf(logfile,"\n");
              if (formula->ingred !=NULL) {               if (formula->ingred !=NULL) {
  int nval=0,tval=0;   int nval=0,tval=0;
Line 437
 
Line 438
  sprintf (buf, "%s", string);   sprintf (buf, "%s", string);
        else         else
  sprintf (buf, "%s of %s", string, formula->title);   sprintf (buf, "%s of %s", string, formula->title);
        fprintf (logfile, "\n%-40s bookchance %3d\n",         fprintf (logfile, "\n%-40s bookchance %3d  skill %s\n",
         buf, formula->chance);          buf, formula->chance, formula->skill);
        if (formula->ingred !=NULL)         if (formula->ingred !=NULL)
  {   {
    tcost = 0;     tcost = 0;


Legend:
line(s) removed in v.1.8 
line(s) changed
 line(s) added in v.1.9

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