aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util/hdf5_extract.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/hdf5_extract.c b/src/util/hdf5_extract.c
index b9f7293..7c0906d 100644
--- a/src/util/hdf5_extract.c
+++ b/src/util/hdf5_extract.c
@@ -148,7 +148,7 @@ int main (int argc, char *argv[])
{
/* get rid of the trailing newline */
objectname[strlen (objectname) - 1] = 0;
- pathname = objectname;
+ pathname = "";
check_parents = 1;
CopyObject (infile, objectname, &outfile);