Difference for common/info.c from version 1.4 to 1.5


version 1.4 version 1.5
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_info_c =   * static char *rcsid_info_c =
  *    "$Id: info.c,v 1.4 2002/07/15 04:57:11 mwedel Exp $";   *    "$Id: info.c,v 1.5 2003/03/08 05:35:32 mwedel Exp $";
  */   */
   
 /*  /*
Line 58
 
Line 58
     }      }
   
     ch = describe_item(&at->clone, NULL);      ch = describe_item(&at->clone, NULL);
     printf("%-16s|%6d|%4d|%3d|%s|%s|%s\n",at->clone.name,at->clone.stats.exp,      printf("%-16s|%6lld|%4d|%3d|%s|%s|%s\n",at->clone.name,at->clone.stats.exp,
            at->clone.stats.hp,at->clone.stats.ac,ch,at->name,gen_name);             at->clone.stats.hp,at->clone.stats.ac,ch,at->name,gen_name);
   }    }
 }  }
Line 85
 
Line 85
     op->stats.wc,attbuf);      op->stats.wc,attbuf);
      for (i=0; i<NROFATTACKS; i++)       for (i=0; i<NROFATTACKS; i++)
  printf("%4d", op->resist[i]);   printf("%4d", op->resist[i]);
      printf("|%8d|%9d|\n",op->stats.exp, new_exp(op));       printf("|%8lld|%9d|\n",op->stats.exp, new_exp(op));
     }      }
     free_object(op);      free_object(op);
   }    }


Legend:
line(s) removed in v.1.4 
line(s) changed
 line(s) added in v.1.5

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