this is better

This commit is contained in:
Eddie Runia
1999-05-31 13:44:57 +00:00
parent ff170c26fb
commit bb286e507d

View File

@@ -136,6 +136,11 @@ static procedure WriteString(cSection, cIdent, cString)
endif
else
AAdd( ::Contents, {{cSection, {cIdent, cString}}} )
AAdd( ::Contents, {cSection, { {cIdent, cString} }} )
// AAdd( ::Contents[Len(::Contents)][2], {cIdent, cString} )
/* QUESTION: Why didn't this work?
AAdd( ::Contents, {cSection, {cIdent, cString}} )
*/
endif
return