[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How can I set max length of channel?



struct_def.h: unmodified: line 51 of 833
Look in common/struct_def.h, approximately line 51

Look for a line like below:
#define CHANNELLEN      50

That is what you will have to change.  Do not change it to something
too large though, as that will cause major problems.