Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
Ploty2
Commits
d5154ca6
Commit
d5154ca6
authored
Jun 07, 2022
by
Jerome Locatelli
Browse files
configuration path changed
parent
a2c03652
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Common.cpp
View file @
d5154ca6
...
...
@@ -112,7 +112,7 @@ string Common::getNomadProperty(const string& propertyname) {
tmp
.
append
(
"/.nomad"
);
}
string
fileName
(
tmp
);
fileName
.
append
(
"/
s
ettings.properties"
);
fileName
.
append
(
"/
S
ettings.properties"
);
ifstream
file
(
fileName
.
c_str
());
if
(
file
.
is_open
())
{
while
(
!
file
.
eof
())
{
...
...
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