Merge branch 'master' of ssh://zedzone/var/zedzone/git/libeze
authorNot Zed <notzed@gmail.com>
Mon, 30 Jan 2023 00:22:29 +0000 (10:52 +1030)
committerNot Zed <notzed@gmail.com>
Mon, 30 Jan 2023 00:22:29 +0000 (10:52 +1030)
1  2 
ez-blob-basic.c

diff --cc ez-blob-basic.c
@@@ -153,12 -152,11 +153,15 @@@ int ez_basic_decode_raw(const ez_blob_d
                                }
                        } else
                                abort();
 +                      break;
 +              case EZ_BLOB_TRANSIENTP:
 +                      *(void **)v = NULL;
                        break;
+               case EZ_BLOB_TRANSIENTP:
+                       *(void **)v = NULL;
+                       break;
                default:
 +                      fprintf(stderr, "unknown type code: %02x\n", d->bd_type);
                        abort();
                }
        }