GRAPHICS: Initialize potentially uninitialized variables
This commit is contained in:
parent
80f773c915
commit
7346b69d88
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ void MacTextWindow::drawSelection() {
|
|||
end = MIN((int)getInnerDimensions().height(), end);
|
||||
|
||||
int numLines = 0;
|
||||
int x1, x2;
|
||||
int x1 = 0, x2 = 0;
|
||||
|
||||
for (int y = start; y < end; y++) {
|
||||
if (!numLines) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue