summaryrefslogtreecommitdiffstats
path: root/libxrdp/xrdp_bitmap_compress.c
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2005-08-18 00:23:28 +0000
committerjsorg71 <jsorg71>2005-08-18 00:23:28 +0000
commita4ce4c46c6479746ece90e78ffc7ffbfd60ff349 (patch)
treecf568fa859d580eabea4ecc7bbe348b6e1bcd169 /libxrdp/xrdp_bitmap_compress.c
parent0b29907801ca1ef7d3b02522adb0d668d134853f (diff)
downloadxrdp-proprietary-a4ce4c46c6479746ece90e78ffc7ffbfd60ff349.tar.gz
xrdp-proprietary-a4ce4c46c6479746ece90e78ffc7ffbfd60ff349.zip
clip changes, 16bpp crash fix
Diffstat (limited to 'libxrdp/xrdp_bitmap_compress.c')
-rw-r--r--libxrdp/xrdp_bitmap_compress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxrdp/xrdp_bitmap_compress.c b/libxrdp/xrdp_bitmap_compress.c
index b85162f2..f760dcc8 100644
--- a/libxrdp/xrdp_bitmap_compress.c
+++ b/libxrdp/xrdp_bitmap_compress.c
@@ -440,7 +440,7 @@ xrdp_bitmap_compress(char* in_data, int width, int height,
{
char* line;
char* last_line;
- char fom_mask[8192];
+ char fom_mask[8192]; /* good for up to 64K bitmap */
int lines_sent;
int pixel;
int count;