diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-13 20:59:43 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-13 20:59:43 +0000 |
commit | 0e066f4e2bf008e26e97dd861f66de0c3188ea06 (patch) | |
tree | a6a034f0882dfb8d18f554738b1ee48a4fab1a36 /vcl/source/fontsubset | |
parent | ccf564c6b0aecb1d6254c4a759cdbb19b87ae877 (diff) |
coverity#1251581 Copy-paste error
Change-Id: If8a7417f449d6cce2516c93fc759886738ac8d9c
Diffstat (limited to 'vcl/source/fontsubset')
-rw-r--r-- | vcl/source/fontsubset/sft.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/fontsubset/sft.cxx b/vcl/source/fontsubset/sft.cxx index 6f4957e84932..b512b12ff790 100644 --- a/vcl/source/fontsubset/sft.cxx +++ b/vcl/source/fontsubset/sft.cxx @@ -2148,7 +2148,7 @@ static void DumpSfnts(FILE *outf, sal_uInt8 *sfntP, sal_uInt32 sfntLen) if (sfntLen < 12) { SAL_WARN( "vcl.fonts", "DumpSfnts sfntLen is too short: " - << sfntLen << " legal min is: " << sfntLen); + << sfntLen << " legal min is: " << 12); return; } |