Call DBufInit.

This commit is contained in:
Dianne Skoll
2025-07-25 11:29:14 -04:00
parent 87e4ed23bf
commit a5de77cc91

View File

@@ -1233,6 +1233,7 @@ PushVars(ParsePtr p)
pv->sysvars = NULL;
pv->vars = NULL;
DBugInit(&buf);
while(1) {
r = ParseIdentifier(p, &buf);
if (r == E_EOLN) {