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
315e041a
Commit
315e041a
authored
Jun 10, 2013
by
Uwe Schulzweida
Browse files
cdf_create: print file name on error
parent
abde3228
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cdf_int.c
View file @
315e041a
...
...
@@ -67,7 +67,7 @@ void cdf_create(const char *path, int cmode, int *ncidp)
if
(
CDF_Debug
||
status
!=
NC_NOERR
)
Message
(
"chunksizehint %d"
,
chunksizehint
);
if
(
status
!=
NC_NOERR
)
Error
(
"%s
"
,
nc_strerror
(
status
));
if
(
status
!=
NC_NOERR
)
Error
(
"%s
: %s"
,
path
,
nc_strerror
(
status
));
status
=
nc_set_fill
(
*
ncidp
,
NC_NOFILL
,
&
oldfill
);
...
...
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