Skip to content
GitLab
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
fc0cd537
Commit
fc0cd537
authored
Nov 05, 2019
by
Uwe Schulzweida
Browse files
Renamed CDI_KEY_MAPPING to CDI_KEY_GRIDMAP_VARNAME.
parent
3ab38f24
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/printinfo.c
View file @
fc0cd537
...
...
@@ -304,7 +304,7 @@ printGridInfoKernel(int gridID, int index, bool lproj)
char
name
[
CDI_MAX_NAME
];
name
[
0
]
=
0
;
cdiGridInqKeyStr
(
gridID
,
CDI_KEY_MAPNAME
,
CDI_MAX_NAME
,
name
);
cdiGridInqKeyStr
(
gridID
,
CDI_KEY_
GRID
MAP
_
NAME
,
CDI_MAX_NAME
,
name
);
if
(
gridtype
==
GRID_PROJECTION
||
name
[
0
])
{
if
(
name
[
0
]
==
0
)
strcpy
(
name
,
"undefined"
);
...
...
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