rdmenezes / crashrpt

Automatically exported from code.google.com/p/crashrpt
0 stars 0 forks source link

Typo in string conversion class #99

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In strconv.h, in the function strconv_t::w2a, WideCharToMultiByte is called 
once with CP_UTF8 and once with CP_ACP. It should probably read CP_ACP in both 
cases.
REMARK: the only effect this has is that the buffer allocated my be too large. 
So it is more a cosmetic issue than a bug

Original issue reported on code.google.com by asch...@gwdg.de on 9 Jul 2011 at 3:07

GoogleCodeExporter commented 9 years ago
This is fixed in v.1.3.0

Original comment by zexspect...@gmail.com on 22 Oct 2011 at 11:05