Re: [PATCH 2/2] vbscript: Fixed CStr
13 Jun
2014
13 Jun
'14
6:45 a.m.
Hi Shuai, On 06/13/14 06:26, Shuai Meng wrote:
- hres = to_string(arg, &str); + assert(args_cnt == 1); + + V_VT(&v) = VT_EMPTY; + hres = VariantChangeType(&v, arg, VARIANT_LOCALBOOL, VT_BSTR);
Why do you change it? to_string() already does the same call. Jacek
13 Jun
13 Jun
9 a.m.
New subject: [PATCH 2/2] vbscript: Fixed CStr
2014-06-13 19:45 GMT+08:00 Jacek Caban <jacek(a)codeweavers.com>:
Hi Shuai,
On 06/13/14 06:26, Shuai Meng wrote:
- hres = to_string(arg, &str); + assert(args_cnt == 1); + + V_VT(&v) = VT_EMPTY; + hres = VariantChangeType(&v, arg, VARIANT_LOCALBOOL, VT_BSTR);
Why do you change it? to_string() already does the same call.
Yes, you are right, I made a mistake, it's unnecessary to change it.
Jacek
4197
Age (days ago)
4197
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jacek Caban -
Shuai Meng