MOO-cows Mailing List Archive
[Prev][Next][Index][Thread]
Patch for 1.8.0alpha5 (already...)
-
Date: Thu, 11 Jan 1996 09:21:56 PST
-
From: Pavel Curtis <Pavel@parc.xerox.com>
-
Fake-Sender: pavel@parc.xerox.com
If you are using the alpha-test version 1.8.0alpha5 of the LambdaMOO server,
please make the following patch.
In execute.c, replace line 1573, which is currently this:
panic("Illegal operand for EOP_LENGTH!");
with this:
PUSH_ERROR(E_TYPE);
This corrects a problem in an expression like `x[$]' when `x' is neither a list
nor a string; this should cause a type error but instead panics the server.
Pavel
Home |
Subject Index |
Thread Index