Compile fix
This commit is contained in:
@@ -730,7 +730,7 @@ class ByteArray #if !js extends Bytes implements ArrayAccess<Int> implements IDa
|
|||||||
#if neko
|
#if neko
|
||||||
untyped __dollar__sset (b, position++, value & 0xff);
|
untyped __dollar__sset (b, position++, value & 0xff);
|
||||||
#else
|
#else
|
||||||
b[position++] = value & 0xFF;
|
b[position++] = untyped value & 0xFF;
|
||||||
#end
|
#end
|
||||||
#end
|
#end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user