From 12d44ab1ad6c261d847c478a5d75640156831b7b Mon Sep 17 00:00:00 2001 From: "cyeh%bluemartini.com" Date: Tue, 29 Aug 2000 17:01:54 +0000 Subject: [PATCH] fix for 38624: "New value" column smaller than "old value" column. added an extra "<" in FormatTriple so that old/new are the same size git-svn-id: svn://10.0.0.236/trunk@77483 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/processmail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/processmail b/mozilla/webtools/bugzilla/processmail index 9019287febd..35ecb2b75d8 100755 --- a/mozilla/webtools/bugzilla/processmail +++ b/mozilla/webtools/bugzilla/processmail @@ -317,7 +317,7 @@ sub FormatTriple { my ($a, $b, $c) = (@_); $^A = ""; my $temp = formline << 'END', $a, $b, $c; -^>>>>>>>>>>>>>>>>>>|^<<<<<<<<<<<<<<<<<<<<<<<<<<<|^<<<<<<<<<<<<<<<<<<<<<<<<<<~~ +^>>>>>>>>>>>>>>>>>>|^<<<<<<<<<<<<<<<<<<<<<<<<<<<|^<<<<<<<<<<<<<<<<<<<<<<<<<<<~~ END ; # This semicolon appeases my emacs editor macros. :-) return $^A;