Another differens in the Xprintf family

Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Sat Oct 25 07:38:14 CDT 2003


Index: wine/dlls/msvcrt/tests/scanf.c
===================================================================
RCS file: /home/wine/wine/dlls/msvcrt/tests/scanf.c,v
retrieving revision 1.8
diff -u -r1.8 scanf.c
--- wine/dlls/msvcrt/tests/scanf.c	24 Oct 2003 04:24:08 -0000	1.8
+++ wine/dlls/msvcrt/tests/scanf.c	25 Oct 2003 12:34:45 -0000
@@ -84,6 +84,11 @@
       {
 	ok(strstr(buffer,"e+008") != 0,"Sprintf different \"%s\"\n",buffer);
       }
+    sprintf(buffer,"%I64d",0xffffffff*0xffffffff);
+    todo_wine
+      {
+	ok(strlen(buffer) == 19,"Problem with long long \"%s\"\n",buffer);
+      }
 }
 
 START_TEST(scanf)



More information about the wine-patches mailing list