mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Linux fixes
This commit is contained in:
parent
b13bee470c
commit
a399e383fa
8 changed files with 41 additions and 35 deletions
|
@ -10954,6 +10954,7 @@ BfVariant BfModule::TypedValueToVariant(BfAstNode* refNode, const BfTypedValue&
|
|||
{
|
||||
if ((allowUndef) && (constant->mConstType == BfConstType_Undef))
|
||||
{
|
||||
variant.mUInt64 = 0;
|
||||
variant.mTypeCode = BfTypeCode_Let;
|
||||
return variant;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue