diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-09-03 13:49:48 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-09-03 13:49:48 (GMT) |
commit | 6589650eeafe95ec499b9c370e2d55a8b185d6a0 (patch) | |
tree | 6dd790366e4ea9404061db17c12f593875da85a5 /tools | |
parent | 40bf5dedddaaaa666e7d747c664c7bc47bda40f3 (diff) | |
download | hdf5-6589650eeafe95ec499b9c370e2d55a8b185d6a0.zip hdf5-6589650eeafe95ec499b9c370e2d55a8b185d6a0.tar.gz hdf5-6589650eeafe95ec499b9c370e2d55a8b185d6a0.tar.bz2 |
[svn-r658] Changes since 19980901
----------------------
./test/dtypes.c
Got rid of one of some of the `increases alignment' warnings.
./test/tselect.c
Got rid of an unused variable.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5repart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repart.c b/tools/h5repart.c index 75dae80..03ef471 100644 --- a/tools/h5repart.c +++ b/tools/h5repart.c @@ -91,7 +91,7 @@ usage (const char *progname) static off_t get_size (const char *progname, int *argno, int argc, char *argv[]) { - off_t retval; + off_t retval=-1; char *suffix; if (isdigit (argv[*argno][2])) { |