aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2002-10-29 13:07:58 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2002-10-29 13:07:58 +0000
commita46be46dc3efd9552dd8375e673009341145e223 (patch)
tree4428db53f9a5db372a8ea2fd1a15f6110c4ea924
parent21f7dd24a1a33e2a2f5c374d7ca3596f782445e3 (diff)
Fixed initial pathname of object to be extracted.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@149 4825ed28-b72c-4eae-9704-e50c059e567d
-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);