From d3cc456d98f4048fdbacaba007d5e819f8e3ab7f Mon Sep 17 00:00:00 2001 From: ian Date: Sat, 31 May 2008 21:57:38 +0000 Subject: [PATCH] remove ident string from segcmap outputs to remove useless padding --- layout/layout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/layout b/layout/layout index c589213..f131517 100755 --- a/layout/layout +++ b/layout/layout @@ -1853,7 +1853,7 @@ while (<>) { ol("grestore\n"); -if (@ident_strings) { +if (@ident_strings && !($subsegcmapreq || %subsegcmap)) { my ($is); $is= join('; ', @ident_strings); $is =~ s/[()\\]/\\$&/g; -- 2.30.2