diff options
author | jsorg71 <jsorg71> | 2005-08-18 00:23:28 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2005-08-18 00:23:28 +0000 |
commit | a4ce4c46c6479746ece90e78ffc7ffbfd60ff349 (patch) | |
tree | cf568fa859d580eabea4ecc7bbe348b6e1bcd169 /libxrdp/xrdp_bitmap_compress.c | |
parent | 0b29907801ca1ef7d3b02522adb0d668d134853f (diff) | |
download | xrdp-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.c | 2 |
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; |