diff options
Diffstat (limited to '')
-rw-r--r-- | src/m_funptr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/m_funptr.c b/src/m_funptr.c index bb8d80d..4f17827 100644 --- a/src/m_funptr.c +++ b/src/m_funptr.c @@ -32,4 +32,5 @@ void msh->bu_ptr[FT_ID_TYPE] = b_type; msh->bu_ptr[FT_ID_SQB] = b_sqb; msh->bu_ptr[FT_ID_ALIAS] = b_alias; + msh->bu_ptr[FT_ID_H] = b_h; } |