From 4c72ff9871684e42f5a29556a45317e422528409 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Thu, 3 Sep 2015 07:42:05 +0000 Subject: [PATCH] [CRT] Addendum to r68927 svn path=/trunk/; revision=68928 --- reactos/lib/sdk/crt/math/i386/ci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/sdk/crt/math/i386/ci.c b/reactos/lib/sdk/crt/math/i386/ci.c index ea0fb3663ac..1b216495df9 100644 --- a/reactos/lib/sdk/crt/math/i386/ci.c +++ b/reactos/lib/sdk/crt/math/i386/ci.c @@ -61,7 +61,7 @@ double CDECL _CIatan(void) */ double CDECL _CIatan2(void) { - FPU_DOUBLES(x, y); + FPU_DOUBLES(y, x); return atan2(y, x); } /*