Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Erik Jansson
LabComm
Commits
9ff9e3c2
Commit
9ff9e3c2
authored
Feb 22, 2013
by
Sven Robertz
Browse files
small c# fix
parent
abcd62fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/csharp/se/lth/control/labcomm/LabCommDecoderChannel.cs
View file @
9ff9e3c2
...
...
@@ -56,7 +56,7 @@ namespace se.lth.control.labcomm {
private
void
collectFlatSignature
(
LabCommEncoder
e
)
{
int
type
=
decodePacked32
();
e
.
encode
Int
(
type
);
e
.
encode
Packed32
(
type
);
switch
(
type
)
{
case
LabComm
.
ARRAY
:
{
int
dimensions
=
decodePacked32
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment