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 86ef345 commit a684b25Copy full SHA for a684b25
src/compiler/dstr.bas
@@ -61,9 +61,9 @@ sub DZstrZero _
61
byref dst as DZSTRING _
62
)
63
64
- dst.data = NULL
65
- dst.len = 0
66
- dst.size = 0
+ dst.data = NULL
+ dst.len = 0
+ dst.size = 0
67
68
end sub
69
@@ -209,9 +209,9 @@ sub DWstrZero _
209
byref dst as DWSTRING _
210
211
212
213
214
215
216
217
0 commit comments