From 7b46509e92dbef7bbe26b74d241dd906eaed0aef Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 24 Jun 2015 14:32:15 +0100 Subject: 35590: tweak and test text output from typeset --- Src/text.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Src') diff --git a/Src/text.c b/Src/text.c index a72ab33e6..3287c54ac 100644 --- a/Src/text.c +++ b/Src/text.c @@ -189,6 +189,8 @@ taddassign(wordcode code, Estate state, int typeset) static void taddassignlist(Estate state, wordcode count) { + if (count) + taddchr(' '); while (count--) { wordcode code = *state->pc++; taddassign(code, state, 1); -- cgit 1.4.1