X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftypes%2Fimpl_def_val.c;fp=src%2Ftypes%2Fimpl_def_val.c;h=c5bf7444a0ebb0e8e592f4989880b328dc32d3d8;hb=f090ccb51eb2ecc92a6cca8325c77d688cbbb61d;hp=c6778f9bf917716f3e6e0e5af139d69cb004eae1;hpb=02e801eabbe26a129ea05e6723c94e10bb653dab;p=m6w6%2Fext-psi diff --git a/src/types/impl_def_val.c b/src/types/impl_def_val.c index c6778f9..c5bf744 100644 --- a/src/types/impl_def_val.c +++ b/src/types/impl_def_val.c @@ -163,6 +163,9 @@ bool psi_impl_def_val_validate(struct psi_data *data, void psi_impl_def_val_dump(int fd, struct psi_impl_def_val *val) { switch (val->type) { + case PSI_T_NULL: + dprintf(fd, "NULL"); + break; case PSI_T_TRUE: dprintf(fd, "true"); break;