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/attrdb.b | |
| parent | 60951762adc08955ddba7ff59f6043e7a542a0f2 (diff) | |
20080122-2200
Diffstat (limited to 'appl/lib/attrdb.b')
| -rw-r--r-- | appl/lib/attrdb.b | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/lib/attrdb.b b/appl/lib/attrdb.b index de9fa1b1..b411b7ef 100644 --- a/appl/lib/attrdb.b +++ b/appl/lib/attrdb.b @@ -307,7 +307,7 @@ flatten(ts: list of (ref Tuples, list of ref Attr), attr: string): list of ref A { l: list of ref Attr; for(; ts != nil; ts = tl ts){ - (line, a) := hd ts; + (line, nil) := hd ts; t := line.find(attr); for(; t != nil; t = tl t) l = hd t :: l; |
