--- a/runtime/typemapping.py Thu Jul 20 22:05:31 2023 +0200
+++ b/runtime/typemapping.py Thu Jul 20 22:42:39 2023 +0200
@@ -92,8 +92,8 @@
if c_type is not None and (buffoffset + size) <= buffsize:
- n = cast(cursor, POINTER(c_type))
+ ptr = cast(cursor, POINTER(c_type)) + value = unpack_func(ptr.contents) if iectype not in ["BOOL", "DATE", "DT", "STRING", "TIME", "TOD"]:
elif iectype == "STRING":