From a46dea601714983815b1c9923b7ce75483f2415f Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Tue, 11 May 2010 14:40:17 -0500 Subject: [svn-r18758] Corrected missed progname to function instance --- tools/h5repack/h5repack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/h5repack/h5repack.c b/tools/h5repack/h5repack.c index ddca593..e1b2182 100644 --- a/tools/h5repack/h5repack.c +++ b/tools/h5repack/h5repack.c @@ -507,7 +507,7 @@ int copy_attr(hid_t loc_in, buf = (void *)HDmalloc((size_t)(nelmts * msize)); if(buf == NULL) { - error_msg("h5repack", "cannot read into memory\n" ); + error_msg(h5tools_getprogname(), "cannot read into memory\n" ); goto error; } if(H5Aread(attr_id, wtype_id, buf) < 0) -- cgit v0.12