27 Apr
2020
27 Apr
'20
10:03 a.m.
Am 27.04.20 um 04:06 schrieb Dmitry Timoshkov:
André Hentschel <nerv(a)dawncrow.de> wrote:
if (!strcmp( cpu, "amd64" ) || !strcmp( cpu, "x86_64" ) || - !strcmp( cpu, "ia64" ) || !strcmp( cpu, "aarch64" )) + !strcmp( cpu, "ia64" ) || !strcmp( cpu, "aarch64" ) || + !strcmp( cpu, "ppc64" ) || strcmp( cpu, "ppc64le" ))
A typo? (Missing '!' in front of strcmp)
Well spotted, thanks!