[PATCH 3/4] vbscript: Implemented Abs(try 5)

Piotr Caban piotr.caban at gmail.com
Wed Jul 2 12:33:42 CDT 2014


Hi,

because of the test failures in previous patch you will need to resend 
this patch anyway. While doing it could you please remove additional 
newline character from:
+    assert(args_cnt == 1);
+
+
+    if(V_VT(arg) == VT_NULL)
+        return return_null(res);

Thanks,
Piotr



More information about the wine-devel mailing list