runtime/typemapping.py
changeset 2741 3cc5663af196
parent 1973 cc7a46953471
child 3395 93ad018fb602
--- a/runtime/typemapping.py	Fri Jun 11 11:56:07 2021 +0200
+++ b/runtime/typemapping.py	Mon Jun 14 16:48:39 2021 +0200
@@ -92,7 +92,7 @@
             buffoffset += sizeof(c_type) if iectype != "STRING" else len(value)+1
             res.append(value)
         else:
-            break
+            return None
     if buffoffset and buffoffset == buffsize:
         return res
     return None