Salome HOME
Removed expat support (replaced by libxml2)
[modules/yacs.git] / src / yacsloader / codeParsers.hxx
index aa3728c5f13c555169aed900a87974f8e02bd8b0..d635eda600f683866b3a1f329307a5201ecd2fb2 100644 (file)
@@ -75,6 +75,8 @@ struct functypeParser: codetypeParser
   static functypeParser funcParser;
   virtual void buildAttr(const XML_Char** attr)
     {
+      if (!attr)
+        return;
       required("name",attr);
       for (int i = 0; attr[i]; i += 2) 
       {