exit()ing after "this shouldn't be happening".

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@264 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2002-11-19 10:37:39 +00:00
parent 49f468958a
commit 92f855845e

2
xwin.c
View File

@ -1188,7 +1188,7 @@ ui_draw_text(uint8 font, uint8 flags, int mixmode, int x, int y,
else
{
error("this shouldn't be happening\n");
break;
exit(1);
}
/* this will move pointer from start to first character after FF command */
length -= i + 3;