From e06e10a35880de461b41539b8c23f9930121c018 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Wed, 15 Dec 1999 01:52:31 +0100
Subject: [PATCH] Fixed typo in o_and().

Rev: src/operators.c:1.77
---
 src/operators.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/operators.c b/src/operators.c
index eca9dccce2..b14c0e10de 100644
--- a/src/operators.c
+++ b/src/operators.c
@@ -6,7 +6,7 @@
 /**/
 #include "global.h"
 #include <math.h>
-RCSID("$Id: operators.c,v 1.76 1999/12/15 00:48:18 grubba Exp $");
+RCSID("$Id: operators.c,v 1.77 1999/12/15 00:52:31 grubba Exp $");
 #include "interpret.h"
 #include "svalue.h"
 #include "multiset.h"
@@ -845,7 +845,7 @@ void o_and(void)
     t = and_pike_types(sp[-2].u.string, sp[-1].u.string);
     pop_n_elems(2);
     push_string(t);
-    sp[-1].type = T_STRING;
+    sp[-1].type = T_TYPE;
     return;
   }
 
-- 
GitLab