Skip to content
GitLab
Menu
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
644f26aa
Commit
644f26aa
authored
Nov 19, 2013
by
Thomas Jahns
🤸
Browse files
Fix initialization of function NULL pointer.
parent
89695c5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/namespace.c
View file @
644f26aa
...
...
@@ -38,7 +38,7 @@ static int activeNamespace = 0;
{ .func = (void (*)()) cdiStreamDefVlist_ }, \
{ .func = (void (*)()) cdiStreamWriteVar_ }, \
{ .func = (void (*)()) cdiStreamwriteVarChunk_ }, \
{ .
data = NULL },
\
{ .
func = (void (*)()) 0 },
\
{ .func = (void (*)()) cdiStreamCloseDefaultDelegate }, \
{ .func = (void (*)()) cdiStreamDefTimestep_ }, \
{ .func = (void (*)()) cdiStreamSync_ }, \
...
...
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