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
codes
codes
Commits
debe34c0
Commit
debe34c0
authored
May 27, 2014
by
Jonathan Jenkins
Browse files
forgot to propagate argument
parent
42b5e0a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/models/networks/model-net/model-net.c
View file @
debe34c0
...
...
@@ -199,6 +199,7 @@ static void model_net_event_impl_base(
r
->
msg_size
=
message_size
;
r
->
remote_event_size
=
remote_event_size
;
r
->
self_event_size
=
self_event_size
;
r
->
is_pull
=
is_pull
;
strncpy
(
r
->
category
,
category
,
CATEGORY_NAME_MAX
-
1
);
r
->
category
[
CATEGORY_NAME_MAX
-
1
]
=
'\0'
;
...
...
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