diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-02-14 05:39:21 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-02-14 05:39:21 (GMT) |
commit | df075c5b9266b3b7a038fb1377d130ed315aa15c (patch) | |
tree | 56e8852b69062d2786b543c4cb55adff1c14b4fb /tools/h5dump | |
parent | 74754706cf030fd4a23d8b08c69696f633e92239 (diff) | |
download | hdf5-df075c5b9266b3b7a038fb1377d130ed315aa15c.zip hdf5-df075c5b9266b3b7a038fb1377d130ed315aa15c.tar.gz hdf5-df075c5b9266b3b7a038fb1377d130ed315aa15c.tar.bz2 |
[svn-r13296]
temporary fix for a daily test failure
Diffstat (limited to 'tools/h5dump')
-rw-r--r-- | tools/h5dump/h5dumpgentest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/h5dumpgentest.c b/tools/h5dump/h5dumpgentest.c index cdc75a7..eecae08 100644 --- a/tools/h5dump/h5dumpgentest.c +++ b/tools/h5dump/h5dumpgentest.c @@ -5649,7 +5649,7 @@ static void gent_bigdims(void) hsize_t hs_start[1]; hsize_t hs_size[1]; /* hyperslab dimensions */ size_t size; - char fillvalue=-1; + char fillvalue=0; char *buf=NULL; hsize_t i; char c; |