Forgot to assign PostNameMacro in parse_params's ast node
This commit is contained in:
parent
84788586e6
commit
014925b5c6
@ -9932,6 +9932,8 @@ namespace parser
|
||||
if ( name.Length > 0 )
|
||||
param->Name = get_cached_string( name );
|
||||
|
||||
param->PostNameMacro = post_name_macro;
|
||||
|
||||
param->ValueType = type;
|
||||
|
||||
if ( value )
|
||||
|
Loading…
Reference in New Issue
Block a user