diff --git a/src/modules/_Image_TIFF/image_tiff.c b/src/modules/_Image_TIFF/image_tiff.c
index e4ffd07b67b9cbba3b81d8b8a756e739fcb9d06b..80947b8c3769a57c1a15ec03bd759ad4e5a7f442 100644
--- a/src/modules/_Image_TIFF/image_tiff.c
+++ b/src/modules/_Image_TIFF/image_tiff.c
@@ -13,7 +13,7 @@
 
 
 #ifdef HAVE_LIBTIFF
-RCSID("$Id: image_tiff.c,v 1.5 1999/04/14 19:13:19 grubba Exp $");
+RCSID("$Id: image_tiff.c,v 1.6 1999/04/22 01:42:19 per Exp $");
 
 #include "global.h"
 #include "machine.h"
@@ -524,6 +524,7 @@ void low_image_tiff_decode( struct buffer *buf,
     if (TIFFFieldSet(tif,FIELD_COLORMAP)) 
     {
       int l,n = 1L<<td->td_bitspersample;
+      push_text("colormap");
       for (l = 0; l < n; l++)
       {
         push_int( td->td_colormap[0][l] );