> 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
_______________________________________________
Mailing list: https://launchpad.net/~maria-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~maria-developers
More help : https://help.launchpad.net/ListHelp

