Salome HOME
Removed expat support (replaced by libxml2)
[modules/yacs.git] / src / yacsloader / inlineParsers.hxx
index 0f6112e7e8dfa3ad17b19907bcfe32638fa5db1c..d3e76f4ef1b7025e441608d0d6fdfd97543e2929 100644 (file)
@@ -66,6 +66,8 @@ struct inlinetypeParser:public nodetypeParser<T>
     }
   virtual void buildAttr(const XML_Char** attr)
     {
+      if (!attr)
+        return;
       this->required("name",attr);
       for (int i = 0; attr[i]; i += 2) 
       {