Skip to content
Snippets Groups Projects
Commit 8a0384ad authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

"Fix" another longstanding Coverity false-positive.

parent 997b3160
No related branches found
No related tags found
1 merge request!488Overhaul LZH code
Pipeline #7521 passed
...@@ -1154,7 +1154,7 @@ int bitmap_setfont(int font, int force, int font_num) ...@@ -1154,7 +1154,7 @@ int bitmap_setfont(int font, int force, int font_num)
} }
if(changemode) { if(changemode) {
gettextinfo(&ti); ti = cio_textinfo;
attr=ti.attribute; attr=ti.attribute;
ow=ti.screenwidth; ow=ti.screenwidth;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment