We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6f957 commit 959e586Copy full SHA for 959e586
src/compiler/lex-utf.bas
@@ -600,7 +600,7 @@ end function
600
private function hUTF32LEToUTF32LE( ) as integer static
601
602
if( get( #env.inf.num, , lex.ctx->buffw ) = 0 ) then
603
- function = cunsg(seek( env.inf.num ) - lex.ctx->filepos) \ len( uinteger )
+ function = cunsg(seek( env.inf.num ) - lex.ctx->filepos) \ sizeof( ulong )
604
else
605
function = 0
606
end if
0 commit comments