We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2fae3b commit 51d6dd8Copy full SHA for 51d6dd8
cadet/cadet_dll_utils.py
@@ -472,7 +472,7 @@ def param_provider_get_string_array_item(
472
reader.buffer = bytes_val
473
val[0] = ctypes.cast(reader.buffer, ctypes.c_char_p)
474
475
- log_print(f"GET array [string] ({index}) {n}: {reader.buffer.decode('utf-8')}")
+ log_print(f"GET array [string] ({index}) {n}: {bytes_val}")
476
return 0
477
478
0 commit comments