Opened 13 years ago
Closed 12 years ago
#11585 closed Patch - Bug Fix (Fixed)
Patch for copy/paste error in Text.cpp - fixes coverity 746766
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | minor | Milestone: | 0.27 |
| Component: | MythTV - General | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
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 (and not size, from the copy/paste error).
Fixes coverity 746766.
git am formatted patch: https://github.com/garybuhrmaster/mythtv/commit/fde1c164bc96799b18776fd18e2f2c1fe66ebf98.patch
Change History (1)
comment:1 by , 12 years ago
| Milestone: | unknown → 0.27 |
|---|---|
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in [bf9fa6dd47]