Skip to content
Snippets Groups Projects
Commit 9ff9e3c2 authored by Sven Robertz's avatar Sven Robertz
Browse files

small c# fix

parent abcd62fd
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ namespace se.lth.control.labcomm {
private void collectFlatSignature(LabCommEncoder e) {
int type = decodePacked32();
e.encodeInt(type);
e.encodePacked32(type);
switch (type) {
case LabComm.ARRAY: {
int dimensions = decodePacked32();
......
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