From 49c261746c5444a633cdf9c5fabe344cc4f3a749 Mon Sep 17 00:00:00 2001 From: "Mirar (Pontus Hagland)" <pike@sort.mirar.org> Date: Mon, 6 Apr 1998 04:36:58 +0200 Subject: [PATCH] ... Rev: src/modules/Image/image.c:1.97 --- src/modules/Image/image.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/modules/Image/image.c b/src/modules/Image/image.c index c2168831a8..318884c43b 100644 --- a/src/modules/Image/image.c +++ b/src/modules/Image/image.c @@ -1,9 +1,9 @@ -/* $Id: image.c,v 1.96 1998/04/06 02:31:01 mirar Exp $ */ +/* $Id: image.c,v 1.97 1998/04/06 02:36:58 mirar Exp $ */ /* **! module Image **! note -**! $Id: image.c,v 1.96 1998/04/06 02:31:01 mirar Exp $ +**! $Id: image.c,v 1.97 1998/04/06 02:36:58 mirar Exp $ **! class image **! **! The main object of the <ref>Image</ref> module, this object @@ -82,7 +82,7 @@ #include "stralloc.h" #include "global.h" -RCSID("$Id: image.c,v 1.96 1998/04/06 02:31:01 mirar Exp $"); +RCSID("$Id: image.c,v 1.97 1998/04/06 02:36:58 mirar Exp $"); #include "pike_macros.h" #include "object.h" #include "constants.h" @@ -1542,8 +1542,8 @@ void image_test(INT32 args) push_int(THIS->xsize); f_random(1); push_int(THIS->ysize); f_random(1); push_int((i!=0)?255:0); f_random(1); - push_int((i!=1)?255:0); f_random(1); - push_int((i!=2)?255:0); f_random(1); + push_int((i!=1)?255:0); if (i!=4) f_random(1); + push_int((i!=2)?255:0); if (i!=3) f_random(1); f_aggregate(5); } push_float(2.0); -- GitLab