diff --git a/harbour/tests/working/inifiles.prg b/harbour/tests/working/inifiles.prg index 57cd0d2a12..5fae9fcde3 100644 --- a/harbour/tests/working/inifiles.prg +++ b/harbour/tests/working/inifiles.prg @@ -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