From 772dede48c3ec5f1493c365edb9e301f1973da5a Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Sat, 28 Feb 2009 15:51:14 +0100 Subject: [PATCH] Math/Rand was renamed --- src/lib/luamath.pir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/luamath.pir b/src/lib/luamath.pir index 8fb0377..c26d0bc 100644 --- a/src/lib/luamath.pir +++ b/src/lib/luamath.pir @@ -109,7 +109,7 @@ LIST set $P1, 'huge' _math[$P1] = $P0 - load_bytecode 'Math/rand.pir' + load_bytecode 'Math/Rand.pir' $P0 = get_hll_namespace ['Math'; 'Rand'] $P1 = get_namespace $P2 = split ' ', 'rand srand RAND_MAX'