From: ceriel Date: Wed, 29 Jun 1988 16:48:07 +0000 (+0000) Subject: fixed; did not compile X-Git-Tag: release-5-5~3122 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=5391cf8b17db5d9d389e31680ead9344331a3361;p=ack.git fixed; did not compile --- diff --git a/mach/proto/fp/ngf8.c b/mach/proto/fp/ngf8.c index b36a53c7a..f27031009 100644 --- a/mach/proto/fp/ngf8.c +++ b/mach/proto/fp/ngf8.c @@ -21,7 +21,7 @@ _double f; { unsigned char *p; - if (f[0] != 0 || f[1] != 0) { + if (f.__double[0] != 0 || f.__double[1] != 0) { p = (unsigned char *) &f; *p ^= 0x80; }