hIpPy: > I changed the 60000 to 100000 and recompiled. > src\SciTEProps.cxx:138: char lineBuffer[60000]; > src\SciTEProps.cxx:157: char propsData[60000]; > > It seems to be working. Should I be aware of anything? Please let me know.
It could run out of stack on some platforms but if you haven't seen anything go wrong its probably OK for you. I won't be changing this in CVS as one arbitrary size is not significantly more correct than another. Neil _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
