| version 1.16 | | version 1.17 |
|---|
| | |
| /* | | /* |
| * static char *rcsid_shop_c = | | * static char *rcsid_shop_c = |
| * "$Id: shop.c,v 1.16 2002/12/03 07:40:18 mwedel Exp $"; | | * "$Id: shop.c,v 1.17 2003/01/08 08:39:20 mwedel Exp $"; |
| */ | | */ |
| | | |
| /* | | /* |
| | |
| | | |
| static void add_shop_item(object *tmp, shopinv *items, int *numitems, int *numallocated) | | static void add_shop_item(object *tmp, shopinv *items, int *numitems, int *numallocated) |
| { | | { |
| | | #if 0 |
| char buf[MAX_BUF]; | | char buf[MAX_BUF]; |
| | | #endif |
| /* clear unpaid flag so that doesn't come up in query | | /* clear unpaid flag so that doesn't come up in query |
| * string. We clear nrof so that we can better sort | | * string. We clear nrof so that we can better sort |
| * the object names. | | * the object names. |