Merge pull request #7 from wgtdkp/complete gix bug: cbor-get switch fall through
diff --git a/src/cn-get.c b/src/cn-get.c index b704cf3..4b2ee13 100644 --- a/src/cn-get.c +++ b/src/cn-get.c
@@ -16,6 +16,7 @@ if (cp->v.uint == (unsigned long)key) { return cp->next; } + break; case CN_CBOR_INT: if (cp->v.sint == (long)key) { return cp->next;