Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
72323c16
Commit
72323c16
authored
Nov 19, 2013
by
Thomas Jahns
🤸
Browse files
Fix bug in checksumming of grid mask_gme.
parent
e59f1857
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/grid.c
View file @
72323c16
...
...
@@ -4961,7 +4961,7 @@ gridPack(void * voidP, void * packBuffer, int packBufferSize,
serializePack
(
gridP
->
mask_gme
,
size
,
DATATYPE_UCHAR
,
packBuffer
,
packBufferSize
,
packBufferPos
,
context
);
d
=
cdiCheckSum
(
DATATYPE_TXT
,
size
,
gridP
->
mask
);
d
=
cdiCheckSum
(
DATATYPE_TXT
,
size
,
gridP
->
mask
_gme
);
serializePack
(
&
d
,
1
,
DATATYPE_UINT32
,
packBuffer
,
packBufferSize
,
packBufferPos
,
context
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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