Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
5f73504d
Commit
5f73504d
authored
Jan 31, 2014
by
Uwe Schulzweida
Browse files
grid_init: init all 16 byte of uuid
parent
cdc03ce8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/grid.c
View file @
5f73504d
...
...
@@ -129,7 +129,7 @@ void grid_init(grid_t *gridptr)
gridptr
->
yunits
[
0
]
=
0
;
gridptr
->
xstdname
[
0
]
=
0
;
gridptr
->
ystdname
[
0
]
=
0
;
gridptr
->
uuid
[
0
]
=
0
;
memset
(
gridptr
->
uuid
,
0
,
16
)
;
gridptr
->
name
=
NULL
;
}
...
...
Write
Preview
Markdown
is supported
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