1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

UAVParser: Support comments in objects

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2934 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
peabody124 2011-03-02 01:25:40 +00:00 committed by peabody124
parent 915ae1ae3c
commit 39588fef39

View File

@ -193,7 +193,7 @@ QString UAVObjectParser::parseXML(QString& xml, QString& filename)
descriptionFound = true;
}
else {
else if (!childNode.isComment()) {
return QString("Unknown object element");
}