diff --git a/copasi/xml/CCopasiXMLParser.cpp b/copasi/xml/CCopasiXMLParser.cpp index 41bcda38fc..6f7ddad167 100644 --- a/copasi/xml/CCopasiXMLParser.cpp +++ b/copasi/xml/CCopasiXMLParser.cpp @@ -6732,7 +6732,7 @@ void CCopasiXMLParser::MetaboliteGlyphElement::start(const XML_Char *pszName, co const char * metabolite; key = mParser.getAttributeValue("key", papszAttrs); name = mParser.getAttributeValue("name", papszAttrs); - metabolite = mParser.getAttributeValue("metabolite", papszAttrs); + metabolite = mParser.getAttributeValue("metabolite", papszAttrs, false); mCommon.pMetaboliteGlyph = new CLMetabGlyph(name); #ifdef USE_CRENDER_EXTENSION