orca-app / orca

A Wasm environment for cross-platform, sandboxed graphical applications.
https://orca-app.dev
Other
349 stars 16 forks source link

add null terminator in oc_win32_wide_to_utf8 #57

Closed bitwitch closed 7 months ago

bitwitch commented 7 months ago

This commit fixes oc_win32_wide_to_utf8 so that it follows the convention that any string helper taking an arena as an argument will allocate and extra char and null terminate the string.