diff --git a/dlls/msvcrt/math.c b/dlls/msvcrt/math.c index 2459bf5..270bcda 100644 --- a/dlls/msvcrt/math.c +++ b/dlls/msvcrt/math.c @@ -1980,7 +1980,7 @@ void _safe_fprem1(void) /***********************************************************************
__libm_sse2_acos (MSVCRT.@)
*/
The patch is still not applying cleanly. For some reason in your diff there are 8 spaces before __libm_sse2_acos while in math.c there are 2 tabs.
Thanks, Piotr
I resent the patch using git send-email now (v4). Had to fix git perl script to make it work for me with gmail (fedora 23)
On 12/22/2015 02:24 PM, Piotr Caban wrote:
diff --git a/dlls/msvcrt/math.c b/dlls/msvcrt/math.c index 2459bf5..270bcda 100644 --- a/dlls/msvcrt/math.c +++ b/dlls/msvcrt/math.c @@ -1980,7 +1980,7 @@ void _safe_fprem1(void) /***********************************************************************
__libm_sse2_acos (MSVCRT.@)
*/
The patch is still not applying cleanly. For some reason in your diff there are 8 spaces before __libm_sse2_acos while in math.c there are 2 tabs.
Thanks, Piotr