Skip to content

Commit

Permalink
Bad parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
kpu committed Mar 19, 2014
1 parent 41fb7e2 commit 498d423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/parallel_read.cc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void ParallelRead(int fd, void *to, std::size_t amount, uint64_t offset) {

namespace util {
void ParallelRead(int fd, void *to, std::size_t amount, uint64_t offset) {
util::PReadOrThrow(fd, to, size, offset);
util::PReadOrThrow(fd, to, amount, offset);
}
} // namespace util

Expand Down

0 comments on commit 498d423

Please sign in to comment.