[erlang-questions] Fwd: disk tests

Vlad Dumitrescu vladdu55@REDACTED
Thu Oct 9 15:44:53 CEST 2008


Hi Joe,

Shouldn't this

> zero_file_seqwrite(S, Len, B, Size) when Size > Len ->

be

zero_file_seqwrite(S, Len, B, Size) when Size =< Len ->

instead?

The second version works completely fine.

regards,
Vlad



More information about the erlang-questions mailing list