Fix regression, bug #1107125

svn-id: r16610
This commit is contained in:
Travis Howell
2005-01-22 01:09:51 +00:00
parent 93a64d3ebd
commit 1942d19d07
+1 -1
View File
@@ -390,7 +390,7 @@ loc_avoid_ks_fe:
_talkDelay += (int)VAR(VAR_CHARINC);
// Handle line breaks for V1-V3
if (_version <= 3 && _charset->_nextLeft >= _screenWidth) {
if (_version <= 3 && _charset->_nextLeft > _screenWidth) {
goto newLine;
}
}