mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-24 16:04:40 +08:00
ch0
This commit is contained in:
parent
1cf6e3743b
commit
4bc1f1f3a3
@ -509,7 +509,8 @@ makes3fullpath(const char* rooturl, const char* bucket, const char* prefix, cons
|
|||||||
{
|
{
|
||||||
int stat = NC_NOERR;
|
int stat = NC_NOERR;
|
||||||
|
|
||||||
fprintf(stderr,"@@@ makes3fullpath: rooturl=|%.10s|\n",rooturl);
|
fprintf(stderr,"@@@ makes3fullpath: rooturl=%p\n",rooturl);
|
||||||
|
fprintf(stderr,"@@@ makes3fullpath: rooturl[0]=%d\n",(int)rooturl[0]);
|
||||||
|
|
||||||
assert(url != NULL);
|
assert(url != NULL);
|
||||||
assert(rooturl != NULL);
|
assert(rooturl != NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user