Branch: Tag:

1999-12-15

1999-12-15 00:52:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed typo in o_and().

Rev: src/operators.c:1.77

6:   /**/   #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:    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;    }