]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a typo in __fpu_ftox() that caused long double to long (and long long)
authormarius <marius@FreeBSD.org>
Sun, 24 Dec 2006 22:24:39 +0000 (22:24 +0000)
committermarius <marius@FreeBSD.org>
Sun, 24 Dec 2006 22:24:39 +0000 (22:24 +0000)
commit7bebf7360da5e9c43f76567f5ef43445ac1f0c84
treef75cc357ac1ff28b00dd251a2a8f61eca5c3ada6
parent30b466801f3898e0f3fd8300abe6a2b1213469a0
Fix a typo in __fpu_ftox() that caused long double to long (and long long)
conversion of negative numbers to always result in -1.
While at it, rearrange the nearby comment so it fits in 80 chars per line,
like the rest of this file does.

PR: 107130
MFC after: 1 day
lib/libc/sparc64/fpu/fpu_implode.c