X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Ftypes%2Fimpl_def_val.c;h=c5bf7444a0ebb0e8e592f4989880b328dc32d3d8;hb=ee06f0b1266635ca3cf20dd0373d358d71037ba2;hp=c6778f9bf917716f3e6e0e5af139d69cb004eae1;hpb=c9384515a81cb64d345b299908b2852f51bb8e6e;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;