summaryrefslogtreecommitdiffstats
path: root/hl/tools/gif2h5/gif2hdf.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2007-04-02 20:47:29 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2007-04-02 20:47:29 (GMT)
commit5b02211e762bad3ab6037aef314000ddc0bd81a5 (patch)
tree197d2860eacc257cf97cdd0bae73a9503571014c /hl/tools/gif2h5/gif2hdf.c
parent104e1cd848e26eda1c774937c3beb38ff5861fd8 (diff)
downloadhdf5-5b02211e762bad3ab6037aef314000ddc0bd81a5.zip
hdf5-5b02211e762bad3ab6037aef314000ddc0bd81a5.tar.gz
hdf5-5b02211e762bad3ab6037aef314000ddc0bd81a5.tar.bz2
[svn-r13574]
bug fix check if a palette is to be linked and correct wrong calls in some functions with missing arguments
Diffstat (limited to 'hl/tools/gif2h5/gif2hdf.c')
-rw-r--r--hl/tools/gif2h5/gif2hdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/tools/gif2h5/gif2hdf.c b/hl/tools/gif2h5/gif2hdf.c
index cf5cf9f..34aad1d 100644
--- a/hl/tools/gif2h5/gif2hdf.c
+++ b/hl/tools/gif2h5/gif2hdf.c
@@ -102,7 +102,7 @@ main(int argv , char *argc[])
* Call WriteHDF from here. Go ahead and change WriteHDF to write whatever
* format you want
*/
- if (WriteHDF(GifMemoryStruct , argc[2]))
+ if (WriteHDF(GifMemoryStruct , argc[2] , argc[1]))
printf("HDF Write Error\n\n");
/* Free all buffers */