提交 33b1a4c2 编写于 作者: R Richard Levitte

Wrong variable used. It's funny how some bugs take a long time

getting triggered...
上级 645749ef
......@@ -867,7 +867,7 @@ sub update_numbers
$new_syms++;
printf OUT "%s%-40s%d\t%s\n","",$s, ++$start_num,$i;
if (exists $r{$s}) {
($s, $i) = split /\\/,$r{$sym};
($s, $i) = split /\\/,$r{$s};
printf OUT "%s%-40s%d\t%s\n","",$s, $start_num,$i;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册