initialise finalMask to zero (was uninitialised)

This commit is contained in:
Ted Percival
2005-03-25 03:09:06 +00:00
parent c9c9ee7c85
commit 93120e9c9e
+1 -1
View File
@@ -52,7 +52,7 @@ bool X11Helper::Go()
static bool pApplyMasks() static bool pApplyMasks()
{ {
unsigned int i; unsigned int i;
long finalMask; long finalMask = 0;
LOG->Trace("X11Helper: Reapplying event masks."); LOG->Trace("X11Helper: Reapplying event masks.");