diff options
Diffstat (limited to 'src/H5Tfixed.c')
-rw-r--r-- | src/H5Tfixed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Tfixed.c b/src/H5Tfixed.c index 51737eb..b2401d4 100644 --- a/src/H5Tfixed.c +++ b/src/H5Tfixed.c @@ -113,7 +113,7 @@ H5T_get_sign(H5T_t const *dt) FUNC_ENTER_NOAPI(H5T_SGN_ERROR) - assert(dt); + HDassert(dt); /* Defer to parent */ while(dt->shared->parent) |