From 0d36a9c1b38f6f045105258dbb76809b3ffaceaa Mon Sep 17 00:00:00 2001 From: clwi Date: Thu, 11 Mar 2021 00:48:07 +0100 Subject: [PATCH] Bugfix --- goodies/objC/CWPackContext.m | 1 + 1 file changed, 1 insertion(+) diff --git a/goodies/objC/CWPackContext.m b/goodies/objC/CWPackContext.m index 3038d1b..a5501a9 100644 --- a/goodies/objC/CWPackContext.m +++ b/goodies/objC/CWPackContext.m @@ -245,6 +245,7 @@ - (id) cwUnpackObject:(long)label if (dim == 0) { object = NSMutableArray.new; + break; } else {