On 11/17/2010 12:24 AM, Peter Hutterer wrote: > On Fri, Nov 12, 2010 at 05:35:16PM -0500, Chase Douglas wrote: >> From: Chase Douglas <[email protected]> >> >> Signed-off-by: Chase Douglas <[email protected]> >> --- >> src/test_xi2.c | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/src/test_xi2.c b/src/test_xi2.c >> index fea36a8..30bb0fa 100644 >> --- a/src/test_xi2.c >> +++ b/src/test_xi2.c >> @@ -339,7 +339,7 @@ test_xi2(Display *display, >> } >> >> mask.deviceid = XIAllMasterDevices; >> - memset(mask.mask, 0, 2); >> + memset(mask.mask, 0, mask.mask_len); > > shouldn't the same be done for the XIGrabModifiers path about 15 lines up > for consistency?
Yep, I just missed it. I'll resend. Thanks, -- Chase _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
