Compare commits
1 commit
f3b184f2e3
...
9a4873e00e
| Author | SHA1 | Date | |
|---|---|---|---|
| 9a4873e00e |
1 changed files with 3 additions and 0 deletions
|
|
@ -501,6 +501,9 @@ sub FormatOutput {
|
|||
my ($Format, $Comments, $LeadIn, $Caption, $Key, $Value, $Precision, $PadField,
|
||||
$PadValue, $LastIteration) = @_;
|
||||
my ($Output);
|
||||
# initialise $PadValue; $PadField needs not to be initialised,
|
||||
# as access to both is gated by valid $PadField
|
||||
$PadValue = 0 if !$PadValue;
|
||||
# create one line of output
|
||||
if ($Format eq 'dump') {
|
||||
# output as dump (key value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue