Commit d8c5f2bd authored by Alexandre Julliard's avatar Alexandre Julliard

Use trace() instead of printf().

parent ad1fbf2e
......@@ -239,7 +239,7 @@ void InternetOpenUrlA_test(void)
totalbytes += readbytes;
while (readbytes && InternetReadFile(myhttp, buffer,0x400,&readbytes))
totalbytes += readbytes;
printf("read 0x%08lx bytes\n",totalbytes);
trace("read 0x%08lx bytes\n",totalbytes);
}
void InternetCrackUrl_test(void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment