about summary refs log tree commit diff
path: root/converter/other/pamtogif.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-03-09 17:57:20 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-03-09 17:57:20 +0000
commit71c20fe12a4c0b6720e2d7e5798396be0589d96a (patch)
tree377c61ee2062c57f048dbca3fdbc980754e43258 /converter/other/pamtogif.c
parent6adc66266fa658c439f728d45fe5f4ff8e990c15 (diff)
downloadnetpbm-mirror-71c20fe12a4c0b6720e2d7e5798396be0589d96a.tar.gz
netpbm-mirror-71c20fe12a4c0b6720e2d7e5798396be0589d96a.tar.xz
netpbm-mirror-71c20fe12a4c0b6720e2d7e5798396be0589d96a.zip
Release 10.37.04
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@245 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/pamtogif.c')
-rw-r--r--converter/other/pamtogif.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/converter/other/pamtogif.c b/converter/other/pamtogif.c
index e1f5f85b..81e8edb4 100644
--- a/converter/other/pamtogif.c
+++ b/converter/other/pamtogif.c
@@ -1660,7 +1660,8 @@ colormapFromFile(char               const filespec[],
 
     pm_message("computing other colormap ...");
     
-    pnm_computetuplefreqtable(mapPamP, colors, maxcolors, &colorCount);
+    *tupletableP =
+        pnm_computetuplefreqtable(mapPamP, colors, maxcolors, &colorCount);
 
     *colorCountP = colorCount;