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
robotran
mbsysc
Commits
530f2b92
Commit
530f2b92
authored
Feb 08, 2021
by
Olivier Lantsoght
🏁
Browse files
[Realtime][BugFix] Comparison between integer and pointer.
parent
50f62ff2
Changes
1
Hide whitespace changes
Inline
Side-by-side
MBsysC/mbs_common/mbs_realtime/realtime/realtime.c
View file @
530f2b92
#ifdef REAL_TIME
#include
"realtime.h"
...
...
@@ -632,7 +631,7 @@ Simu_realtime* init_simu_realtime(MbsData* mbs_data, Realtime_option *options, i
if
(
options
->
flag_visu
)
{
realtime
->
ext
->
visu
=
init_realtime_visu
(
options
,
mbs_data
,
err
);
if
(
err
<
0
)
if
(
*
err
<
0
)
{
mbs_msg
(
"[%d] in init_simu_realtime VISU !!
\n
"
,
*
err
);
return
NULL
;
...
...
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