Difference for common/item.c from version 1.3 to 1.4


version 1.3 version 1.4
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_item_c =   * static char *rcsid_item_c =
  *   "$Id: item.c,v 1.3 1999/09/17 23:33:43 damn Exp $";   *   "$Id: item.c,v 1.4 1999/09/17 23:36:56 damn Exp $";
  */   */
   
 /*  /*
Line 430
 
Line 430
   
 char *describe_item(object *op) {  char *describe_item(object *op) {
   char buf[MAX_BUF];    char buf[MAX_BUF];
   static char retbuf[VERY_BIG__BUF];    static char retbuf[VERY_BIG_BUF];
   
   retbuf[0]='\0';    retbuf[0]='\0';
   if(QUERY_FLAG(op,FLAG_MONSTER)) {    if(QUERY_FLAG(op,FLAG_MONSTER)) {


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

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