tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: databases/sqlite on powerpc



On Fri, Jun 24, 2022 at 11:33:26AM +0000, Taylor R Campbell wrote:
 >     char *stddt;
 >     int hash;
 >     ...
 >     hash = 0;
 >     for(j=0; stddt[j]; j++){
 >       hash = hash*53 + stddt[j];
 >     }

Oops. Should have noticed that...

-- 
David A. Holland
dholland%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index