Skip to content

Commit

Permalink
Patch for copy/paste error - fixes coverity 746766
Browse files Browse the repository at this point in the history
Static analysis (coverity) detected a possible copy/paste
error in Text.cpp.  Examination of the code confirms the
analysis, the fixup should be to the variable lineSpace.

Fixes coverity 746766.
  • Loading branch information
garybuhrmaster committed Jun 10, 2013
1 parent 0f29dd9 commit fde1c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythfreemheg/Text.cpp
Original file line number Diff line number Diff line change
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 fde1c16

Please sign in to comment.