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)
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.


No differences found