libfreerdp-core: fix cache glyph sending

This commit is contained in:
Marc-André Moreau 2013-05-07 22:35:33 -04:00
parent c1f8f3746d
commit 787a542f9e
1 changed files with 1 additions and 1 deletions

View File

@ -775,7 +775,7 @@ static void update_send_cache_glyph(rdpContext* context, CACHE_GLYPH_ORDER* cach
bm = Stream_Pointer(s);
Stream_Seek(s, 8);
update_write_cache_glyph_v2_order(s, cache_glyph, &flags);
update_write_cache_glyph_order(s, cache_glyph, &flags);
em = Stream_Pointer(s);
orderLength = (em - bm) - 13 - 2;