
9 Oct
2005
9 Oct
'05
9:34 p.m.
Rene Rivera wrote:
In this error http://tinyurl.com/8sqq6 [1] -- There is a use of swprintf(wchar_t*, size_t, const wchar_t*, ...). But AFAICT it's not "swprintf" that's the intended call, but "snwprintf" which takes a buffer length as the second arg.
swprintf does take a buffer length as its second argument.