ZedZone
|
Blog
|
Software
|
Code
projects
/
libeze
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06a93d8
)
fix merge
author
Not Zed
<notzed@gmail.com>
Mon, 30 Jan 2023 00:25:13 +0000
(10:55 +1030)
committer
Not Zed
<notzed@gmail.com>
Mon, 30 Jan 2023 00:25:13 +0000
(10:55 +1030)
ez-blob-basic.c
patch
|
blob
|
history
diff --git
a/ez-blob-basic.c
b/ez-blob-basic.c
index
0c0426e
..
8149eea
100644
(file)
--- a/
ez-blob-basic.c
+++ b/
ez-blob-basic.c
@@
-157,9
+157,6
@@
int ez_basic_decode_raw(const ez_blob_desc *desc, const ez_blob *blob, void *p)
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();