| Thread Previous • Date Previous • Date Next • Thread Next |
> On May 25, Otto Kekäläinen wrote:
> cpus is initialized to be an empty list on the line 119:
>
> 118 my $self=
> bless {
> 119 cpus => (),
> 120 }, $class;
That should be
cpus => [],
Vadim
| Thread Previous • Date Previous • Date Next • Thread Next |