stormpunk wrote:

Yep, merc.h
struct buf_type
   sh_int      size;   // size in k
change that to a long instead of a short

I missed something too, you'd have to change in db.c and db.h (or wherever you like to keep yours)
#define            MAX_MEM_LIST
and add some new values to
const int        rgSizeList    [MAX_MEM_LIST]
otherwise you won't be able to allocate the extra memory needed for the extra-long strings.



Reply via email to