diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/usr/targeting/common/xmltohb/xmltohb.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/targeting/common/xmltohb/xmltohb.pl b/src/usr/targeting/common/xmltohb/xmltohb.pl index d180ac0f9..335944862 100755 --- a/src/usr/targeting/common/xmltohb/xmltohb.pl +++ b/src/usr/targeting/common/xmltohb/xmltohb.pl @@ -2509,8 +2509,8 @@ sub writeAttrMetadataMapCFile{ if(exists $finalAttrhash{$key}->{simpleType}->{string}-> {sizeInclNull}) { - $keySize = "$keySize"."[$finalAttrhash{$key}-> - {simpleType}->{string}->{sizeInclNull}]"; + $keySize = "$keySize"."[". $finalAttrhash{$key}-> + {simpleType}->{string}->{sizeInclNull} . "]"; } } } |

