--- sourceforge.net/trunk/rdesktop/xwin.c 2002/12/02 22:57:47 281 +++ sourceforge.net/trunk/rdesktop/xwin.c 2002/12/23 18:40:03 286 @@ -1279,17 +1279,17 @@ else x += text[i + 2]; } - if (i + 2 < length) - i += 3; - else - i += 2; - length -= i; - /* this will move pointer from start to first character after FE command */ - text = &(text[i]); - i = 0; for (j = 0; j < entry->size; j++) DO_GLYPH(((uint8 *) (entry->data)), j); } + if (i + 2 < length) + i += 3; + else + i += 2; + length -= i; + /* this will move pointer from start to first character after FE command */ + text = &(text[i]); + i = 0; break; default: