Removes complaints when the string to print has dollars.

This commit is contained in:
Ronaldo Mercado
2010-05-27 16:24:09 +01:00
parent 5ad3391be2
commit a24f6371ac

View File

@@ -286,7 +286,7 @@ sub printField {
$col = 0;
}
print sprintf("$outStr%*s",$pad," ");
print $outStr . sprintf("%*s",$pad," ");
$col = $col + $wide;
return($col);