diff options
author | cyeh%bluemartini.com <> | 2000-08-30 02:01:54 +0200 |
---|---|---|
committer | cyeh%bluemartini.com <> | 2000-08-30 02:01:54 +0200 |
commit | 89934374cd05b67a2107b295c16b307007a8b601 (patch) | |
tree | 1d2bc4bccee43e2554074451223819215522431f | |
parent | 9e33c8aefffc50381b2a0f41f2438a72b100ef5d (diff) | |
download | bugzilla-89934374cd05b67a2107b295c16b307007a8b601.tar.gz bugzilla-89934374cd05b67a2107b295c16b307007a8b601.tar.xz |
fix for 38624: "New value" column smaller than "old value" column. added an
extra "<" in FormatTriple so that old/new are the same size
-rwxr-xr-x | processmail | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/processmail b/processmail index 9019287fe..35ecb2b75 100755 --- a/processmail +++ b/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; |