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
41bbde54
Commit
41bbde54
authored
Apr 22, 2014
by
Thomas Jahns
🤸
Browse files
Merge initialization and declaration.
parent
43fbf5d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/zaxis.c
View file @
41bbde54
...
...
@@ -1685,7 +1685,6 @@ zaxisUnpack(char * unpackBuffer, int unpackBufferSize,
int
*
unpackBufferPos
,
int
originNamespace
,
void
*
context
,
int
force_id
)
{
zaxis_t
*
zaxisP
;
int
intBuffer
[
zaxisNint
],
memberMask
;
uint32_t
d
;
char
charBuffer
[
zaxisNstrings
*
CDI_MAX_NAME
];
...
...
@@ -1699,9 +1698,9 @@ zaxisUnpack(char * unpackBuffer, int unpackBufferSize,
zaxisInit
();
zaxis
P
=
zaxis
NewEntry
(
force_id
?
namespaceAdaptKey
(
intBuffer
[
0
],
originNamespace
)
:
CDI_UNDEFID
);
zaxis
_t
*
zaxis
P
=
zaxisNewEntry
(
force_id
?
namespaceAdaptKey
(
intBuffer
[
0
],
originNamespace
)
:
CDI_UNDEFID
);
zaxisP
->
prec
=
intBuffer
[
1
];
zaxisP
->
type
=
intBuffer
[
2
];
...
...
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