[Groonga-commit] groonga/groonga at 5cd37e6 [master] Follow signature change

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Apr 16 14:10:11 JST 2015


Kouhei Sutou	2015-04-16 14:10:11 +0900 (Thu, 16 Apr 2015)

  New Revision: 5cd37e6dc975ce39c04614b8b0aa313616b41bc4
  https://github.com/groonga/groonga/commit/5cd37e6dc975ce39c04614b8b0aa313616b41bc4

  Message:
    Follow signature change

  Modified files:
    lib/io.c

  Modified: lib/io.c (+1 -1)
===================================================================
--- lib/io.c    2015-04-16 14:03:07 +0900 (c81b331)
+++ lib/io.c    2015-04-16 14:10:11 +0900 (d160cfe)
@@ -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 ">",
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-commit mailing list
Back to archive index