Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
95dcc7ec
Commit
95dcc7ec
authored
Feb 26, 2016
by
Mathis Rosenhauer
Browse files
cmor: Trim filename from command line
parent
3f9ae50a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMOR.c
View file @
95dcc7ec
...
...
@@ -592,7 +592,7 @@ void read_config_files(void)
filename
=
strtok
(
info_files
,
","
);
while
(
filename
!=
NULL
)
{
parse_kv_file
(
filename
,
1
);
parse_kv_file
(
trim
(
filename
)
,
1
);
filename
=
strtok
(
NULL
,
","
);
}
...
...
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