Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd76b346 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix unknown resource type error message" into qt-dev

parents 29615239 2e2c3b62
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -693,7 +693,7 @@ bool ResourceParser::ParseResource(xml::XmlPullParser* parser,


  // If the resource type was not recognized, write the error and return false.
  // If the resource type was not recognized, write the error and return false.
  diag_->Error(DiagMessage(out_resource->source)
  diag_->Error(DiagMessage(out_resource->source)
              << "unknown resource type '" << parser->element_name() << "'");
              << "unknown resource type '" << resource_type << "'");
  return false;
  return false;
}
}