From 1f44c82a26ff60e012a2ff697cb036a25c0c7f97 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 8 Jun 2007 10:51:11 +0000 Subject: 20070608-1149 --- appl/cmd/install/logs.b | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appl/cmd/install') diff --git a/appl/cmd/install/logs.b b/appl/cmd/install/logs.b index 20135622..35f43760 100644 --- a/appl/cmd/install/logs.b +++ b/appl/cmd/install/logs.b @@ -122,7 +122,7 @@ contents(e: ref Entry): string s := ""; for(cl := e.contents; cl != nil; cl = tl cl) s += " " + hd cl; - return s[1:]; + return s; # includes initial space } Entry.text(e: self ref Entry): string -- cgit v1.2.3