Pascal Gloor 5年前
コミット
5c370636de
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      bin/autodoc_process.pl

+ 1
- 1
bin/autodoc_process.pl ファイルの表示

@@ -73,7 +73,7 @@ sub detect_lang {
print "$word ";
my $q = sqlquery($dbh, "SELECT lang FROM dict WHERE word like ?", $word);
while(my ($l) = $q->fetchrow_array()) {
print "$lang ";
print "$l ";
$lang = $l;
}
print "\n";

読み込み中…
キャンセル
保存