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