From: ian Date: Sat, 31 May 2008 21:57:38 +0000 (+0000) Subject: remove ident string from segcmap outputs to remove useless padding X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=d3cc456d98f4048fdbacaba007d5e819f8e3ab7f;p=trains.git remove ident string from segcmap outputs to remove useless padding --- 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;