From 4bc1f1f3a32bf84e7ba8809b5542a78910b6013d Mon Sep 17 00:00:00 2001 From: Dennis Heimbigner Date: Thu, 27 Apr 2023 17:27:11 -0600 Subject: [PATCH] ch0 --- libdispatch/ncs3sdk_h5.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libdispatch/ncs3sdk_h5.c b/libdispatch/ncs3sdk_h5.c index db71f721a..a1c473e9c 100644 --- a/libdispatch/ncs3sdk_h5.c +++ b/libdispatch/ncs3sdk_h5.c @@ -509,7 +509,8 @@ makes3fullpath(const char* rooturl, const char* bucket, const char* prefix, cons { 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(rooturl != NULL);