Difference for server/shop.c from version 1.36 to 1.37


version 1.36 version 1.37
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_shop_c =   * static char *rcsid_shop_c =
  *   "$Id: shop.c,v 1.36 2005/07/10 13:54:07 akirschbaum Exp $";   *   "$Id: shop.c,v 1.37 2005/07/14 09:18:55 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 639
 
Line 639
     }      }
   
     if (i!=0)       if (i!=0)
  LOG(llevError,"Warning - payment not zero: %d\n", i);  #ifndef WIN32
    LOG(llevError,"Warning - payment not zero: %llu\n", i);
   #else
    LOG(llevError,"Warning - payment not zero: %I64u\n", i);
   #endif
   
     new_draw_info_format(NDI_UNIQUE, 0, pl,      new_draw_info_format(NDI_UNIQUE, 0, pl,
  "You receive %s for %s.",query_cost_string(op,pl,1),   "You receive %s for %s.",query_cost_string(op,pl,1),


Legend:
line(s) removed in v.1.36 
line(s) changed
 line(s) added in v.1.37

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