Uwe Bonnes wrote:
> Appended a changed test case, writing one single line. It starts to fail
> when the file, including CR and LF gets bigger then 512 bytes. This hits
> probably
>/* in text mode, strip \r if followed by \n.
> * BUG: should save state across calls s
> "Dan" == Dan Kegel writes:
Dan> Thanks. Please don't use rand() in testcases, though. Would a
Dan> constant 'a' suffice in this case?
Dan> Which app did you find this in, btw?
It the application that can be downloaded for free after registration on
http://forms.analog.com/fo
Thanks.
Please don't use rand() in testcases, though.
Would a constant 'a' suffice in this case?
Which app did you find this in, btw?
On Tue, Feb 3, 2009 at 1:55 PM, Uwe Bonnes
wrote:
> Hello,
>
> it seems that in ASCII mode, fseek() may disturb reading. Appended patch
> adds a todo_wine.
>
> By