diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2016-12-10 01:06:45 -0800 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2016-12-10 01:06:45 -0800 |
| commit | c264862afe5ef3b21f0774bc108782fbc68bede3 (patch) | |
| tree | 21b02d70bbec46640ff858d0edd8aff857acab31 /libxrdp/xrdp_fastpath.c | |
| parent | 7a1a481ff997d64028de6f0cdc5ab6b42b28f91d (diff) | |
| download | xrdp-proprietary-c264862afe5ef3b21f0774bc108782fbc68bede3.tar.gz xrdp-proprietary-c264862afe5ef3b21f0774bc108782fbc68bede3.zip | |
change some magics to defines
Diffstat (limited to 'libxrdp/xrdp_fastpath.c')
| -rw-r--r-- | libxrdp/xrdp_fastpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libxrdp/xrdp_fastpath.c b/libxrdp/xrdp_fastpath.c index daa08373..33e9c9d0 100644 --- a/libxrdp/xrdp_fastpath.c +++ b/libxrdp/xrdp_fastpath.c @@ -273,7 +273,7 @@ xrdp_fastpath_process_EVENT_UNICODE(struct xrdp_fastpath *self, { return 1; } - in_uint16_le(s, code); /* keyCode (1 byte) */ + in_uint16_le(s, code); /* unicode (2 byte) */ if (eventFlags & FASTPATH_INPUT_KBDFLAGS_RELEASE) { flags |= KBD_FLAG_UP; |
