msvcrt: Few failing tests for O_TEXT files

Richard Cohen richard at daijobu.co.uk
Sat Oct 8 11:05:48 CDT 2005


Vitaliy Margolen wrote:
> Saturday, October 8, 2005, 5:53:13 AM, Richard Cohen wrote:
>>>+  ok(_read(tempfd,btext,LLEN) == 1, "_read expected 0 got '\\n'\n");
>>
> 
> What's not right about it? 
> 
ret = _read(tempfd,btext,LLEN);
ok(ret == 0, "_read expected 0, got %d\n", ret);

           ^
           |

:)

Richard.



More information about the wine-devel mailing list