Re: Fix snprintfW Return Value
12 Jul
2004
12 Jul
'04
3:22 p.m.
Rob Shearman <rob(a)codeweavers.com> writes:
On Fri, 2004-07-09 at 19:55, Alexandre Julliard wrote:
Actually, something does depend on it: it is used to implement _vsnwprintf in ntdll, so you can't change it.
How about this updated patch then?
No, vsnprintfW is used directly in ntdll.spec, you can't change it. And really, all the profile code uses it for is %s formats, it can easily be replaced by strcpy which would also avoid the need to build the string twice. -- Alexandre Julliard julliard(a)winehq.org
7913
Age (days ago)
7913
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard