ZedZone
|
Blog
|
Software
|
Code
projects
/
libeze
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
ee59ceb
d4a6efa
)
Merge branch 'master' of ssh://zedzone/var/zedzone/git/libeze
author
Not Zed
<notzed@gmail.com>
Mon, 30 Jan 2023 00:22:29 +0000
(10:52 +1030)
committer
Not Zed
<notzed@gmail.com>
Mon, 30 Jan 2023 00:22:29 +0000
(10:52 +1030)
1
2
ez-blob-basic.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
ez-blob-basic.c
index
8149eea
,
88d1375
..
0c0426e
---
1
/
ez-blob-basic.c
---
2
/
ez-blob-basic.c
+++ b/
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();
}
}