[ros-dev] [ros-diffs] [dgorbachev] 26555: Patch by Sbs (sbarthes [at] gmail [dot] com). Bugzilla report #2137.
Thomas Weidenmueller
w3seek at reactos.com
Sat Apr 28 22:05:51 CEST 2007
They are wrong. _stprintf is fine.
- Thomnas
Aleksey wrote:
> ----- Original Message -----
> From: <dgorbachev at svn.reactos.org>
> To: <ros-diffs at reactos.org>
> Sent: Saturday, April 28, 2007 8:02 AM
> Subject: [ros-diffs] [dgorbachev] 26555: Patch by Sbs (sbarthes [at] gmail
> [dot] com). Bugzilla report #2137.
>
>
>> Author: dgorbachev
>> Date: Sat Apr 28 10:02:22 2007
>> New Revision: 26555
>>
>> URL: http://svn.reactos.org/svn/reactos?rev=26555&view=rev
>> Log:
>> Patch by Sbs (sbarthes [at] gmail [dot] com). Bugzilla report #2137.
>
>> - _stprintf(Text, _T("%d%%"), (int)CpuUsage);
>> + wsprintf(Text, _T("%d%%"), (int)CpuUsage);
>
> Is this a correct change? IIRC, I talked with some dev (hpoussin?) about
> this, and he said those changes shouldn't be done.
>
>
> WBR,
> Aleksey Bragin.
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev at reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
More information about the Ros-dev
mailing list