Skip to content

Commit

Permalink
ULog v1 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTon committed Jul 7, 2018
1 parent 39d8f41 commit 5327abc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ private void handleHeaderMessage(long pos, int msgType, int msgSize) throws IOEx
}
context.getStructs().put(name, struct);
topicByName.put(name, new Topic(name, struct, msgId));
addFieldsToList(name, struct);
}
} else {
String[] descr = getString(buffer, msgSize).split(":");
Expand Down

0 comments on commit 5327abc

Please sign in to comment.