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
6bded646
Commit
6bded646
authored
Dec 22, 2016
by
Uwe Schulzweida
Browse files
Fix format of zaxis.
parent
ee0603d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/printinfo.h
View file @
6bded646
...
...
@@ -506,7 +506,7 @@ void printZaxisInfo(int vlistID)
set_text_color
(
stdout
,
RESET
,
BLUE
);
#endif
if
(
zaxistype
==
ZAXIS_GENERIC
&&
ltype
!=
0
)
fprintf
(
stdout
,
"%-12s (ltype=%3d)
:
"
,
zaxisname
,
ltype
);
fprintf
(
stdout
,
"%-12s (ltype=%3d)"
,
zaxisname
,
ltype
);
else
fprintf
(
stdout
,
"%-24s"
,
zaxisname
);
my_reset_text_color
(
stdout
);
...
...
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