Kaydet (Commit) 0e066f4e authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1251581 Copy-paste error

Change-Id: If8a7417f449d6cce2516c93fc759886738ac8d9c
üst ccf564c6
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment