Skip to content
Snippets Groups Projects
Commit 9f13e062 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Minor fix

parent c37d7083
No related branches found
No related tags found
1 merge request!358Updates to SDK and alternative fusion
......@@ -130,7 +130,7 @@ int main(int argc, char **argv)
std::vector<std::vector<std::string>> msgs = frame->getMessages();
if (msgs.size() > 0) {
for (const auto &s : msgs[0])
for (const auto &s : msgs[sourceno])
{
cout << s << endl;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment