Author: cwittich Date: Thu Sep 3 07:42:05 2015 New Revision: 68928
URL: http://svn.reactos.org/svn/reactos?rev=68928&view=rev Log: [CRT] Addendum to r68927
Modified: trunk/reactos/lib/sdk/crt/math/i386/ci.c
Modified: trunk/reactos/lib/sdk/crt/math/i386/ci.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/ci.c?... ============================================================================== --- trunk/reactos/lib/sdk/crt/math/i386/ci.c [iso-8859-1] (original) +++ trunk/reactos/lib/sdk/crt/math/i386/ci.c [iso-8859-1] Thu Sep 3 07:42:05 2015 @@ -61,7 +61,7 @@ */ double CDECL _CIatan2(void) { - FPU_DOUBLES(x, y); + FPU_DOUBLES(y, x); return atan2(y, x); } /*