Re: [PATCH 2/2] msvcrt: Fix lookahead buffer usage on pipes

2013-08-21 Thread Alexandre Julliard
Piotr Caban pi...@codeweavers.com writes: --- dlls/msvcrt/file.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) It doesn't work: ../../../tools/runtest -q -P wine -M msvcrt.dll -T ../../.. -p msvcrt_test.exe.so file.c touch file.ok file.c:2042: Test failed: read

Re: [PATCH 2/2] msvcrt: Fix lookahead buffer usage on pipes (try2)

2013-08-21 Thread Piotr Caban
Please ignore this patch, I'll send a better version.