Uninitialized variable.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7793 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2010-11-03 22:11:20 +00:00
parent cac40a9b02
commit 644fe62283

View File

@ -1410,7 +1410,7 @@ int Fl_Text_Display::handle_vline(
}
// draw the line
style = position_style(lineStartPos, lineLen, i);
style = position_style(lineStartPos, lineLen, 0);
for (i=0; i<lineLen; ) {
int len = fl_utf8len(lineStr[i]);
charStyle = position_style(lineStartPos, lineLen, i);