From 54041ca415f1fdfa1c3dcd82d524223cfa890940 Mon Sep 17 00:00:00 2001 From: forsyth Date: Fri, 4 Dec 2009 20:41:24 +0000 Subject: 20091204 --- appl/charon/date.b | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appl/charon/date.b') diff --git a/appl/charon/date.b b/appl/charon/date.b index b247d578..c801772e 100644 --- a/appl/charon/date.b +++ b/appl/charon/date.b @@ -23,7 +23,7 @@ init(cu: CharonUtils) CU = cu; daytime = load Daytime Daytime->PATH; if (daytime==nil) - CU->raisex(sys->sprint("EXInternal: can't load Daytime: %r")); + raise sys->sprint("EXInternal: can't load Daytime: %r"); } # print dates in the format -- cgit v1.2.3