Parent Directory
|
Revision Log
|
Patch
revision 307 by siliconforks, Sun Oct 12 22:57:14 2008 UTC | revision 308 by siliconforks, Mon Oct 13 06:22:25 2008 UTC | |
---|---|---|
# | Line 278 | Line 278 |
278 | ||
279 | *characters = xnew(jschar, num_bytes); | *characters = xnew(jschar, num_bytes); |
280 | ||
281 | int result = MultiByteToWideChar(code_page, 0, bytes, num_bytes, *characters, num_bytes); | int result = MultiByteToWideChar(code_page, MB_ERR_INVALID_CHARS, bytes, num_bytes, *characters, num_bytes); |
282 | if (result == 0) { | if (result == 0) { |
283 | free(*characters); | free(*characters); |
284 | return JSCOVERAGE_ERROR_INVALID_BYTE_SEQUENCE; | return JSCOVERAGE_ERROR_INVALID_BYTE_SEQUENCE; |
|
ViewVC Help | |
Powered by ViewVC 1.1.24 |