]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #5989 : Thiez/rust/fixbench, r=catamorphism
authorbors <bors@rust-lang.org>
Sun, 21 Apr 2013 18:12:53 +0000 (11:12 -0700)
committerbors <bors@rust-lang.org>
Sun, 21 Apr 2013 18:12:53 +0000 (11:12 -0700)
Partial fix for #5985
shootout-fasta-redux.rs was calling fwrite with u64 arguments that should have been size_t, which broke on 32-bit systems. I replaced the casts to u64 by casts to size_t.

r?


Trivial merge