Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
44e77a1f
Commit
44e77a1f
authored
Jan 18, 2017
by
Uwe Schulzweida
Browse files
printinfo.h update.
parent
55a8f990
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/printinfo.h
View file @
44e77a1f
...
@@ -316,7 +316,7 @@ void printGridInfoKernel(int gridID, int index, bool lproj)
...
@@ -316,7 +316,7 @@ void printGridInfoKernel(int gridID, int index, bool lproj)
}
}
char
name
[
CDI_MAX_NAME
];
name
[
0
]
=
0
;
char
name
[
CDI_MAX_NAME
];
name
[
0
]
=
0
;
cdiGridInqKeyStr
(
gridID
,
CDI_KEY_MAP
PING
,
CDI_MAX_NAME
,
name
);
cdiGridInqKeyStr
(
gridID
,
CDI_KEY_MAP
NAME
,
CDI_MAX_NAME
,
name
);
if
(
gridtype
==
GRID_PROJECTION
||
name
[
0
]
)
if
(
gridtype
==
GRID_PROJECTION
||
name
[
0
]
)
{
{
if
(
name
[
0
]
==
0
)
strcpy
(
name
,
"undefined"
);
if
(
name
[
0
]
==
0
)
strcpy
(
name
,
"undefined"
);
...
...
Write
Preview
Supports
Markdown
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