missing space ckeck in event command

This commit is contained in:
zimoch
2013-01-21 10:03:27 +00:00
parent d0b8d3f585
commit dc85511fe9

View File

@ -341,6 +341,7 @@ compileCommand(StreamProtocolParser::Protocol* protocol,
return false; return false;
} }
args++; args++;
while (isspace(*args)) args++;
} }
buffer.append(&eventmask, sizeof(eventmask)); buffer.append(&eventmask, sizeof(eventmask));
if (*args) if (*args)