Skip to content
Snippets Groups Projects
Commit 3eed80b6 authored by Josh Siegle's avatar Josh Siegle
Browse files

Fixed bug in RecordNode

parent 7eefc27e
Branches
Tags
No related merge requests found
...@@ -372,7 +372,7 @@ String RecordNode::generateHeader(Channel* ch) ...@@ -372,7 +372,7 @@ String RecordNode::generateHeader(Channel* ch)
header += "header.header_bytes = "; header += "header.header_bytes = ";
header += String(HEADER_SIZE); header += String(HEADER_SIZE);
header += ";" header += ";";
if (ch->isEventChannel) if (ch->isEventChannel)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment