Fixed popup_message().
authorIain Patterson <me@iain.cx>
Tue, 24 Dec 2013 11:54:31 +0000 (11:54 +0000)
committerIain Patterson <me@iain.cx>
Tue, 24 Dec 2013 12:03:52 +0000 (12:03 +0000)
commitf600a48847de75cbbe5dac8478b47e91b977f931
tree9f9d7601c7097fc83c331169327e810259fdf3e0
parentaec569efa48339e6e886b1420af6bb101699d33b
Fixed popup_message().

The second argument to _vsntprintf_s() is a count not a size.
The fallback errors weren't massively helpful.
The message buffer is too small for some larger messages.
event.cpp