> 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     : maria-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to