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
1beb8814
Commit
1beb8814
authored
Jun 11, 2020
by
Uwe Schulzweida
Browse files
Fix typo.
parent
5b51b63e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/vlist_var.c
View file @
1beb8814
...
@@ -523,7 +523,7 @@ otherwise the result is an empty string.
...
@@ -523,7 +523,7 @@ otherwise the result is an empty string.
void
vlistInqVarLongname
(
int
vlistID
,
int
varID
,
char
*
longname
)
void
vlistInqVarLongname
(
int
vlistID
,
int
varID
,
char
*
longname
)
{
{
int
length
=
CDI_MAX_NAME
;
int
length
=
CDI_MAX_NAME
;
(
void
)
cdiInqKeyString
(
vlistID
,
varID
,
CDI_KEY_NAME
,
longname
,
&
length
);
(
void
)
cdiInqKeyString
(
vlistID
,
varID
,
CDI_KEY_
LONG
NAME
,
longname
,
&
length
);
if
(
!
longname
[
0
])
if
(
!
longname
[
0
])
{
{
...
...
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