summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorkmu <kmu@hdfgroup.org>2019-11-25 21:17:55 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:20:23 (GMT)
commit9a3a13cacb2c519a5c4deab817606a743e9ece0d (patch)
tree301966796df9631e883d1fe728f5e168ca96a353 /hl
parentbb53a566e8a45490b3179290774c3f1450d7d8dd (diff)
downloadhdf5-9a3a13cacb2c519a5c4deab817606a743e9ece0d.zip
hdf5-9a3a13cacb2c519a5c4deab817606a743e9ece0d.tar.gz
hdf5-9a3a13cacb2c519a5c4deab817606a743e9ece0d.tar.bz2
using a different MACRO
Diffstat (limited to 'hl')
-rw-r--r--hl/tools/gif2h5/decompress.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hl/tools/gif2h5/decompress.c b/hl/tools/gif2h5/decompress.c
index a82998f..3759102 100644
--- a/hl/tools/gif2h5/decompress.c
+++ b/hl/tools/gif2h5/decompress.c
@@ -12,6 +12,7 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include <stdio.h>
#include <stdlib.h>
+#include "H5private.h"
#include "gif.h"
@@ -173,7 +174,7 @@ Decompress(GIFIMAGEDESC *GifImageDesc, GIFHEAD *GifHead)
/* Now read in values from the image descriptor */
IWidth = GifImageDesc->ImageWidth;
IHeight = GifImageDesc->ImageHeight;
- ASSIGN_TO_SMALLER_SIZE(Interlace, unsigned char, GifImageDesc->PackedField & 0x40, int);
+ H5_CHECKED_ASSIGN(Interlace, unsigned char, GifImageDesc->PackedField & 0x40, int);
/*
* Note that I ignore the possible existence of a local color map. I'm