Fix fast path stream array

There are 16 possible codes, not 15.

(even if we currently don't know what to do with the last code)
This commit is contained in:
Pierre Ossman 2019-04-11 16:30:09 +02:00
parent a4bdfcfe76
commit 836e008853

2
rdp5.c
View File

@ -85,7 +85,7 @@ process_ts_fp_updates(STREAM s)
struct stream *ns = &(g_mppc_dict.ns);
struct stream *ts;
static STREAM assembled[0x0F] = { 0 };
static STREAM assembled[16] = { 0 };
ui_begin_update();
while (s->p < s->end)