Fixed a bogus last time change

This commit is contained in:
rdp.effort 2013-01-12 14:31:53 +01:00
parent fe97cc367a
commit df08643184

View File

@ -952,7 +952,7 @@ BOOL update_read_fast_glyph_order(STREAM* s, ORDER_INFO* orderInfo, FAST_GLYPH_O
memcpy(fast_glyph->data, s->p, fast_glyph->cbData);
phold = s->p;
if (!stream_skip(1))
if (!stream_skip(s, 1))
return FALSE;
if ((fast_glyph->cbData > 1) && (fast_glyph->glyph_data == NULL))
{