Removes complaints when the string to print has dollars.
This commit is contained in:
@@ -286,7 +286,7 @@ sub printField {
|
||||
$col = 0;
|
||||
}
|
||||
|
||||
print sprintf("$outStr%*s",$pad," ");
|
||||
print $outStr . sprintf("%*s",$pad," ");
|
||||
$col = $col + $wide;
|
||||
|
||||
return($col);
|
||||
|
||||
Reference in New Issue
Block a user