mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-21 17:28:00 +02:00
Int64 mFieldData.mData fixes for 32-bit builds
This commit is contained in:
parent
48640bcf77
commit
7e315e49d2
2 changed files with 5 additions and 6 deletions
|
@ -16,8 +16,7 @@ namespace System
|
|||
return;
|
||||
}
|
||||
}
|
||||
|
||||
((int32)iVal).ToString(strBuffer);
|
||||
iVal.ToString(strBuffer);
|
||||
}
|
||||
|
||||
public static Result<T> Parse<T>(StringView str, bool ignoreCase = false) where T : enum
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue