mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-07 22:44:25 +08:00
* Add check of returned string from InChI helper functions and convert to NULL when blank string is returned (a valid InChI string or InChI key will never be blank). * Since MolInchi() and MolInchiKey() will never return a NULL pointer, I have removed the check for NULL. Hopefully the intent of the code is now clearer.