X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fyacsloader%2FlinkParsers.hxx;h=e90029c0082bd73f878a962b70520540780597ec;hb=91945d98482a02a05a3f5df7511a4e5760db2a94;hp=7767c197a62296127fac1984fbb2ed9d2779862b;hpb=313a04631c63078d01c2f643a53500ec549d034e;p=modules%2Fyacs.git diff --git a/src/yacsloader/linkParsers.hxx b/src/yacsloader/linkParsers.hxx index 7767c197a..e90029c00 100644 --- a/src/yacsloader/linkParsers.hxx +++ b/src/yacsloader/linkParsers.hxx @@ -1,3 +1,21 @@ +// Copyright (C) 2006-2021 CEA/DEN, EDF R&D +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// #ifndef _LINKPARSERS_HXX_ #define _LINKPARSERS_HXX_ @@ -94,6 +112,8 @@ struct linktypeParser: controltypeParser } virtual void buildAttr(const XML_Char** attr) { + if (!attr) + return; for (int i = 0; attr[i]; i += 2) { if((std::string(attr[i]) == "control")