>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> | - why is the ostrstream created without a corresponding char[]
Lars> buffer, | whereas a buffer is used in the other cases? What;s
Lars> the behaviour of | the constructor in this case (I read the std,
Lars> but I am not sure I | understand it).
Lars> You get a dynamic char* that you have to manually delete. How
Lars> large should the char[] buffer be?
The size of the file, probably.
Lars> | I am trying to fix the bugs reported on 1.1.5 which just
Lars> crashed in | lyxsum.
Lars> Can you send me the reports, I can't remember/find them.
I just had to pick from the archives the references I already gave you
last week :)
[snip]
OK, a few references. these two are probably the same bug:
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg11937.html
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg11917.html
[snip]
JMarc