Navigation Menu

Skip to content

Commit

Permalink
Follow signature change
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 16, 2015
1 parent dec80e3 commit 5cd37e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/io.c
Expand Up @@ -1768,7 +1768,7 @@ grn_fail_mmap(grn_ctx *ctx, grn_io *io, fileinfo *fi,
const char* file, int line, const char *func)
{
if (grn_fail_malloc_check(length, file, line, func)) {
return grn_mmap(ctx, fi, offset, length);
return grn_mmap(ctx, io, fi, offset, length);
} else {
MERR("fail_mmap(%" GRN_FMT_SIZE ",%d,%" GRN_FMT_LLU ") "
"(%s:%d@%s) <%" GRN_FMT_SIZE ">",
Expand Down

0 comments on commit 5cd37e6

Please sign in to comment.