diff options
Diffstat (limited to 'tools/gifconv/hdf2gif.c')
-rw-r--r-- | tools/gifconv/hdf2gif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gifconv/hdf2gif.c b/tools/gifconv/hdf2gif.c index ef82090..51ec144 100644 --- a/tools/gifconv/hdf2gif.c +++ b/tools/gifconv/hdf2gif.c @@ -211,7 +211,7 @@ int main(int argc , char **argv) */ if (ReadHDF(&Image, GlobalPalette, dim_sizes, HDFName, image_name_arr[idx], pal_name_arr[idx]) < 0) { - fprintf(stderr , "Unable to read HDF file\n"); + fprintf(stderr , "Unable to read image %s from HDF file %s\n",image_name_arr[idx],HDFName); return -1; } |