Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libcdi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpim-sw
libcdi
Merge requests
!42
Develop
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Develop
develop
into
master
Overview
0
Commits
46
Pipelines
1
Changes
35
Merged
Uwe Schulzweida
requested to merge
develop
into
master
1 year ago
Overview
0
Commits
46
Pipelines
1
Changes
35
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
3ed12bc2
46 commits,
1 year ago
35 files
+
848
−
568
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
35
Search (e.g. *.vue) (Ctrl+P)
app/cdi.c
+
2
−
2
Options
@@ -342,7 +342,7 @@ limit_string_length(char *string, size_t maxlen)
}
static
void
print
S
hortinfo
(
int
streamID
,
int
vlistID
,
int
vardis
)
print
_s
hort
_
info
(
int
streamID
,
int
vlistID
,
int
vardis
)
{
char
tmpname
[
CDI_MAX_NAME
];
char
varname
[
CDI_MAX_NAME
];
@@ -981,7 +981,7 @@ main(int argc, char *argv[])
if
(
Shortinfo
)
{
Info
=
0
;
print
S
hortinfo
(
streamID1
,
vlistID1
,
Vardis
);
print
_s
hort
_
info
(
streamID1
,
vlistID1
,
Vardis
);
}
int
tsID
=
0
;
Loading