From 0368ccda402e904191cb0803bef6d00bbdd1efc9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Thu, 15 Jul 1999 10:49:27 -0700
Subject: [PATCH] update in autodocs

Rev: src/modules/Image/colors.c:1.26
---
 src/modules/Image/colors.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/modules/Image/colors.c b/src/modules/Image/colors.c
index 2984278ebb..c06decf491 100644
--- a/src/modules/Image/colors.c
+++ b/src/modules/Image/colors.c
@@ -1,7 +1,7 @@
 /*
 **! module Image
 **! note
-**!	$Id: colors.c,v 1.25 1999/07/02 21:19:49 mirar Exp $
+**!	$Id: colors.c,v 1.26 1999/07/15 17:49:27 hubbe Exp $
 **! submodule Color
 **!
 **!	This module keeps names and easy handling 
@@ -115,7 +115,7 @@
 **!       y+=YZz;
 **!    }
 **! 
-**!    write(illustration(i,a));
+**!    write(illustration(i,(["alpha":a])));
 **!    write(mktag("br"));
 **! }
 **! 
@@ -179,7 +179,7 @@
 
 #include "global.h"
 
-RCSID("$Id: colors.c,v 1.25 1999/07/02 21:19:49 mirar Exp $");
+RCSID("$Id: colors.c,v 1.26 1999/07/15 17:49:27 hubbe Exp $");
 
 #include "image_machine.h"
 
-- 
GitLab