mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 02:54:53 -08:00
Dumb fix for name check on parameters
Its now spitting out actual validation failures.
This commit is contained in:
parent
1076818250
commit
f2d4ec96f0
@ -1323,7 +1323,7 @@ bool AST::is_equal( AST* other )
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( ! curr->Name != curr_other->Name )
|
if ( curr->Name != curr_other->Name )
|
||||||
{
|
{
|
||||||
log_fmt( "\nAST::is_equal: Failed for parameter name check\n"
|
log_fmt( "\nAST::is_equal: Failed for parameter name check\n"
|
||||||
"AST : %S\n"
|
"AST : %S\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user