Skip to content

Commit

Permalink
Hotfix ack partial reason (#354)
Browse files Browse the repository at this point in the history
* init

* update
  • Loading branch information
dan-du-car authored Apr 15, 2022
1 parent d590808 commit a4bc820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2i-hub/CARMACloudPlugin/src/CARMACloudPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ void CARMACloudPlugin::ConvertString2Pair(std::pair<string,string> &str_pair, co
key = substring;
count += 1;
}else{
value = substring;
value += substring + " ";
}
}
str_pair = std::make_pair(key, value);
Expand Down

0 comments on commit a4bc820

Please sign in to comment.