Skip to content

Commit

Permalink
MHText: Fix coverity 746766. Copy-paste error. This does indeed look …
Browse files Browse the repository at this point in the history
…like a copy/paste error, the value of 24 is what linespace is initialised to so I'm assuming that's what we want to fall back to.
  • Loading branch information
stuartm committed Jun 15, 2013
1 parent 8491c5e commit bf9fa6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythfreemheg/Text.cpp
Expand Up @@ -455,7 +455,7 @@ static void InterpretAttributes(const MHOctetString &attrs, int &style, int &siz

if (lineSpace == 0)
{
size = 0x18;
lineSpace = 0x18;
}

p = q + 1;
Expand Down

0 comments on commit bf9fa6d

Please sign in to comment.