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 8539e1d commit 86ef345Copy full SHA for 86ef345
src/compiler/dstr.bas
@@ -49,7 +49,7 @@ declare sub hRealloc _
49
#endmacro
50
51
'':::::
52
-#define CALC_LEN( p ) iif( p <> NULL, len( *src ), 0 )
+#define CALC_LEN( p ) iif( p <> NULL, len( *p ), 0 )
53
54
''::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
55
'' dynamic zstrings
0 commit comments