Skip to content

Commit

Permalink
DreamView: fixed uninitialized variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jinghaomiao authored and Capri2014 committed Apr 11, 2019
1 parent dc5bc71 commit 5d113a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/dreamview/backend/hmi/hmi.cc
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ void HMI::RegisterMessageHandlers() {
HMIAction hmi_action;
if (!HMIAction_Parse(action, &hmi_action)) {
AERROR << "Invalid HMIAction string: " << action;
return;
}
std::string value;
if (JsonUtil::GetStringFromJson(json, "value", &value)) {
Expand Down

0 comments on commit 5d113a8

Please sign in to comment.