On Wed, Aug 14, 2013 at 12:41 PM, Jeff Janes <jeff.ja...@gmail.com> wrote:

> 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.
>

Is this change intended to be merged for the next release?  Should I make a
github pull request for it?  I didn't think it was my place to do so, as I
am not the author of the change.

Thanks,

Jeff
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
OpenBabel-discuss mailing list
OpenBabel-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss

Reply via email to