Opened 21 years ago
Closed 21 years ago
#108 closed defect (invalid)
GetDir() makes TOL crack inside a funtion
Reported by: | request | Owned by: | danirus |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | SetAlgebra | Version: | head |
Severity: | blocker | Keywords: | |
Cc: |
Description
GetDir() makes TOL crack inside a funtion
Text WriteLn("GetDir() works outside a funtion");
Set View(GetDir("."), "");
Text WriteLn("GetDir() fails inside a funtion");
Set FunGetDir(Text dirNam) Existing directory
{
Text WriteLn(dirNam);
Set getDir = GetDir(dirNam); Read directory entries
Text WriteLn("end");
getDir
};
Set set = FunGetDir("."); This directory (with others also crack)
Change History (3)
comment:1 Changed 21 years ago by
comment:3 Changed 21 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
The correct bug was -> http://bugs.tol-project.org/show_bug.cgi?id=109
I proof this piece of code and it runs in version 2004/07/29.