From: Iain Patterson Date: Tue, 24 Dec 2013 11:54:31 +0000 (+0000) Subject: Fixed popup_message(). X-Git-Tag: v2.22~116 X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=f600a48847de75cbbe5dac8478b47e91b977f931;hp=f600a48847de75cbbe5dac8478b47e91b977f931;p=nssm.git 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. ---