From 279831cd5663f49afc0f72634e6e022b45cb9877 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Wed, 30 Jan 2008 09:43:09 +0000 Subject: 20080130-0949 --- appl/lib/json.b | 1 + 1 file changed, 1 insertion(+) (limited to 'appl/lib/json.b') diff --git a/appl/lib/json.b b/appl/lib/json.b index 3e86fa4c..09947a7d 100644 --- a/appl/lib/json.b +++ b/appl/lib/json.b @@ -534,6 +534,7 @@ JValue.get(v: self ref JValue, mem: string): ref JValue for(l := r.mem; l != nil; l = tl l) if((hd l).t0 == mem) return (hd l).t1; + return nil; * => return nil; } -- cgit v1.2.3