Skip to content
Snippets Groups Projects
Commit fb4e87db authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Fix missing initialization of members.

parent 1b87512a
No related branches found
No related tags found
No related merge requests found
......@@ -143,6 +143,8 @@ void zaxisDefaultValue(zaxis_t *zaxisptr)
zaxisptr->name[0] = 0;
zaxisptr->longname[0] = 0;
zaxisptr->stdname[0] = 0;
zaxisptr->dimname[0] = 0;
zaxisptr->vdimname[0] = 0;
zaxisptr->units[0] = 0;
zaxisptr->psname[0] = 0;
zaxisptr->vals = NULL;
......
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