On 10/4/05, Mark Wedel < mwedel at sonic.net > wrote: > > if (m->shopmin) fprintf(fp,"shopgreed %d\n", m->shopmin); > > if (m->shopmax) fprintf(fp,"shopgreed %d\n", m->shopmax); > > Is that code there really correct? It seems you are saving shopgreed as the > field name when you are actually saving shopmin and shopmax. no, no it isn't, those are typos. I've fixed that now in CVS. Thanks for pointing it out.