mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: David Seifert <soap@gentoo.org>
12 lines
345 B
Diff
12 lines
345 B
Diff
--- a/arithchk.c
|
|
+++ b/arithchk.c
|
|
@@ -122,7 +122,7 @@
|
|
long Cray1;
|
|
|
|
/* Cray1 = 4617762693716115456 -- without overflow on non-Crays */
|
|
- Cray1 = printf(emptyfmt) < 0 ? 0 : 4617762;
|
|
+ Cray1 = fputs(emptyfmt, stdout) < 0 ? 0 : 4617762;
|
|
if (printf(emptyfmt, Cray1) >= 0)
|
|
Cray1 = 1000000*Cray1 + 693716;
|
|
if (printf(emptyfmt, Cray1) >= 0)
|