Andre Poenitz wrote: >On Thu, Nov 29, 2001 at 03:47:50AM +1100, Ben Stanley wrote: > >>This constructor passes an un-initialised pos to insertStringAsLines. I >>presume it should be initialised to 0? >> > >And now to the explanation: I saw the "useless" variable, removed it. Then >noticed that the parameter was passed by (non-const) reference, and >re-introduced it. And of course forgot that there was a initilization in >the beginning. > >I hope this is the explantion for all those sudden crashes that came up >suspiciously soon after the introduction of lyx::pos_type... > >Andre' > I propose a grep for lyx::pos_type and a double check...
Where one bug has been found, similar ones usually lurk... Ben.