Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
monticore
EmbeddedMontiArc
simulators
hardware_emulator
Commits
925e4bb7
Commit
925e4bb7
authored
Nov 11, 2020
by
Jean Meurice
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Linux DLL update
parent
6340b684
Pipeline
#358726
passed with stage
in 1 minute and 14 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
hardware_emulator/src/utility/utility.cpp
hardware_emulator/src/utility/utility.cpp
+1
-1
src/main/resources/linux/hardware_emulator_lib.so
src/main/resources/linux/hardware_emulator_lib.so
+0
-0
No files found.
hardware_emulator/src/utility/utility.cpp
View file @
925e4bb7
...
...
@@ -530,7 +530,7 @@ namespace FS {
char
actualpath
[
PATH_MAX
];
if
(
realpath
(
path
.
c_str
(),
actualpath
)
!=
NULL
)
return
Directory
(
actualpath
);
throw_lasterr
(
"realpath()
"
);
throw_lasterr
(
"realpath()
on "
+
path
);
}
bool
Directory
::
exists
()
const
...
...
src/main/resources/linux/hardware_emulator_lib.so
View file @
925e4bb7
No preview for this file type
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