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
libcdi
Commits
edb9ac46
Commit
edb9ac46
authored
Jun 11, 2020
by
Uwe Schulzweida
Browse files
Fix typo.
parent
1beb8814
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/vlist_var.c
View file @
edb9ac46
...
@@ -567,7 +567,7 @@ otherwise the result is an empty string.
...
@@ -567,7 +567,7 @@ otherwise the result is an empty string.
void
vlistInqVarStdname
(
int
vlistID
,
int
varID
,
char
*
stdname
)
void
vlistInqVarStdname
(
int
vlistID
,
int
varID
,
char
*
stdname
)
{
{
int
length
=
CDI_MAX_NAME
;
int
length
=
CDI_MAX_NAME
;
(
void
)
cdiInqKeyString
(
vlistID
,
varID
,
CDI_KEY_NAME
,
stdname
,
&
length
);
(
void
)
cdiInqKeyString
(
vlistID
,
varID
,
CDI_KEY_
STD
NAME
,
stdname
,
&
length
);
}
}
/*
/*
...
...
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