diff options
| author | Charles.Forsyth <devnull@localhost> | 2008-01-22 21:54:45 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2008-01-22 21:54:45 +0000 |
| commit | 9b29ac7ea714507a9c0690620c02c8ca5ab25f90 (patch) | |
| tree | 1eeb3e33858dfc27844b520036f2119869f9088b /appl/lib/env.b | |
| parent | 60951762adc08955ddba7ff59f6043e7a542a0f2 (diff) | |
20080122-2200
Diffstat (limited to 'appl/lib/env.b')
| -rw-r--r-- | appl/lib/env.b | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/lib/env.b b/appl/lib/env.b index b2fa064c..76ff1cf8 100644 --- a/appl/lib/env.b +++ b/appl/lib/env.b @@ -56,7 +56,7 @@ getall(): list of (string, string) readdir := load Readdir Readdir->PATH; if (readdir == nil) return nil; - (a, n) := readdir->init(ENVDIR, + (a, nil) := readdir->init(ENVDIR, Readdir->NONE | Readdir->COMPACT | Readdir->DESCENDING); vl: list of (string, string); for (i := 0; i < len a; i++) |
