Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
csharp/IOBuffer.cs: Change IntPtr cast to long instead of int.
IntPtr is a platform specific type and is expected to have different values on 32-bit or 64-bit systems. In C#, int is a 32-bit signed integer, while a 64-bit integer is represented as long. Signed-off-by: Alexandra.Trifan <[email protected]>
- Loading branch information