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
a9744200
Commit
a9744200
authored
Aug 19, 2013
by
Uwe Schulzweida
Browse files
gridPrintKernel: renamed path to uri
parent
1cc28cfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/grid.c
View file @
a9744200
...
@@ -3534,7 +3534,7 @@ void gridPrintKernel(grid_t * gridptr, int opt, FILE *fp)
...
@@ -3534,7 +3534,7 @@ void gridPrintKernel(grid_t * gridptr, int opt, FILE *fp)
{
{
char
reference_link
[
8192
];
char
reference_link
[
8192
];
gridInqReference
(
gridID
,
reference_link
);
gridInqReference
(
gridID
,
reference_link
);
fprintf
(
fp
,
"
path
= %s
\n
"
,
reference_link
);
fprintf
(
fp
,
"
uri
= %s
\n
"
,
reference_link
);
}
}
}
}
...
...
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