From 1cf95113044c085d17473024dfcb607c8e12193f Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 29 Oct 2017 23:42:23 +0000 Subject: __ntapi_tt_array_convert_utf8_to_utf16(): fixed stub (must update bytes_written). --- src/argv/ntapi_tt_array_utf8.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/argv/ntapi_tt_array_utf8.c b/src/argv/ntapi_tt_array_utf8.c index 03a0837..6c061f4 100644 --- a/src/argv/ntapi_tt_array_utf8.c +++ b/src/argv/ntapi_tt_array_utf8.c @@ -122,7 +122,8 @@ int32_t __stdcall __ntapi_tt_array_convert_utf8_to_utf16( (void)base; (void)buffer; (void)buffer_len; - (void)bytes_written; + + *bytes_written = 0; return NT_STATUS_SUCCESS; } -- cgit v1.2.3