msvcrt: Few failing tests for O_TEXT files

Vitaliy Margolen wine-devel at kievinfo.com
Sat Oct 8 11:20:25 CDT 2005


Saturday, October 8, 2005, 10:05:48 AM, Richard Cohen wrote:
> 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);

>            ^
>            |
> :)

Ah, doh. Just forgot to change an error message ;)

Vitaliy










More information about the wine-devel mailing list