summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/H5Ofill.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5Ofill.c b/src/H5Ofill.c
index 8fbe390..95d098e 100644
--- a/src/H5Ofill.c
+++ b/src/H5Ofill.c
@@ -724,6 +724,10 @@ H5O_fill_new_debug(H5F_t UNUSED *f, hid_t UNUSED dxpl_id, const void *_mesg, FIL
fprintf(stream,"Never\n");
break;
+ case H5D_FILL_TIME_IFSET:
+ fprintf(stream,"If Set\n");
+ break;
+
default:
fprintf(stream,"Unknown!\n");
break;