Merge "Fix unknown resource type error message" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
dd76b346d4
@@ -693,7 +693,7 @@ bool ResourceParser::ParseResource(xml::XmlPullParser* parser,
|
||||
|
||||
// If the resource type was not recognized, write the error and return false.
|
||||
diag_->Error(DiagMessage(out_resource->source)
|
||||
<< "unknown resource type '" << parser->element_name() << "'");
|
||||
<< "unknown resource type '" << resource_type << "'");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user