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
Gauthier Quesnel
irritator
Commits
0af000cf
Commit
0af000cf
authored
Jun 09, 2021
by
Gauthier Quesnel
Browse files
core: fix message access
parent
ec11c201
Pipeline
#34717
passed with stage
in 1 minute and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/include/irritator/core.hpp
View file @
0af000cf
...
...
@@ -801,7 +801,7 @@ struct message
:
real
{
std
::
forward
<
Args
>
(
args
)...
}
{
auto
size
=
sizeof
...(
args
);
for
(;
size
!=
std
::
size
(
real
);
++
size
)
for
(;
size
<
std
::
size
(
real
);
++
size
)
real
[
size
]
=
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