On Wed, Jul 17, 2013 at 1:52 PM, Chris Morley <c.mor...@gaseq.co.uk> wrote: > The fix is at Line 183 in obconversion.cpp: > - static string title(_title); //potential problems in calling code > with multiple molecules! > + static string title; //static because returning a pointer to it > + title =_title; //now assigned; previously initialized which caused > problems with multiple mols
This is in file: src/mol.cpp, not obconversion.cpp. I've tested it and it worked like a charm. I wasn't aware you guys switched from svn to git, no wonder I hadn't seen any commits lately! Cheers, Jeff ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ OpenBabel-discuss mailing list OpenBabel-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbabel-discuss