summaryrefslogtreecommitdiffstats
path: root/hl/tools/gif2h5/gif.h
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2007-04-10 18:02:12 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2007-04-10 18:02:12 (GMT)
commit7c328777d059afb282b5e8d1a0653b9f1f7c7441 (patch)
treea152059bd822a69afb36cc977c7f45e760e26394 /hl/tools/gif2h5/gif.h
parenta4c2816077f970a677661c9b78855ddf32c4c2f2 (diff)
downloadhdf5-7c328777d059afb282b5e8d1a0653b9f1f7c7441.zip
hdf5-7c328777d059afb282b5e8d1a0653b9f1f7c7441.tar.gz
hdf5-7c328777d059afb282b5e8d1a0653b9f1f7c7441.tar.bz2
[svn-r13624]
bug fix eliminate a 64 limit size of an input file tested : linux
Diffstat (limited to 'hl/tools/gif2h5/gif.h')
-rw-r--r--hl/tools/gif2h5/gif.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/hl/tools/gif2h5/gif.h b/hl/tools/gif2h5/gif.h
index 031c141..737b7de 100644
--- a/hl/tools/gif2h5/gif.h
+++ b/hl/tools/gif2h5/gif.h
@@ -28,9 +28,6 @@
#define MAX_PAL 768
-/* set the name length restriction to 64 charachters */
-#define VSNAMELENMAX 64 /* this is a carryover from HDF4 */
-
/* typedef H5T_NATIVE_UINT8 BYTE; */
typedef unsigned char BYTE;