diff options
Diffstat (limited to 'tools/misc/h5stat.c')
-rw-r--r-- | tools/misc/h5stat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/misc/h5stat.c b/tools/misc/h5stat.c index 4855e68..5d0f23b 100644 --- a/tools/misc/h5stat.c +++ b/tools/misc/h5stat.c @@ -608,7 +608,8 @@ printf("walk: fullname = %s\n", fullname); break; case H5G_LINK: - /* Gather statistics about this type of object */ + case H5G_UDLINK: + /* Gather statistics about links and UD links */ iter->uniq_links++; break; |