From b05af1cf15783891b7fff50f516c19111edd07f7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 3 Jul 2009 19:50:54 +0100 Subject: [PATCH] fix syntax error --- pctb/dictionary-manager | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pctb/dictionary-manager b/pctb/dictionary-manager index 63c096d..e7aaff5 100755 --- a/pctb/dictionary-manager +++ b/pctb/dictionary-manager @@ -1035,7 +1035,7 @@ proc remote-serv/take {yesno file dict} { must_gets_exactly stdin confirmed - manyset [dict2_reqkind_rows reqkind rows] + manyset [dict2_reqkind_rows $dict] reqkind rows if {$yesno} { read_database $dictdir/master-$dict.txt -- 2.30.2