diff options
Diffstat (limited to 'appl/lib/convcs/convcs.b')
| -rw-r--r-- | appl/lib/convcs/convcs.b | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/lib/convcs/convcs.b b/appl/lib/convcs/convcs.b index 23208224..8e3b31f3 100644 --- a/appl/lib/convcs/convcs.b +++ b/appl/lib/convcs/convcs.b @@ -142,7 +142,7 @@ aliases(cs : string) : (string, list of string) recs := cfg->lookup(name); if (recs == nil) continue; # shouldn't happen! - (val, rec) := hd recs; + (val, nil) := hd recs; if (val != cs) continue; al = name :: al; |
