Kouhei Sutou
null+****@clear*****
Sat Jan 17 16:05:22 JST 2015
Kouhei Sutou 2015-01-17 16:05:22 +0900 (Sat, 17 Jan 2015) New Revision: a4a57f5d0c5cff58f65132a5a80e7f7f9f546610 https://github.com/groonga/groonga/commit/a4a57f5d0c5cff58f65132a5a80e7f7f9f546610 Message: windows: fix wrong format Modified files: lib/io.c Modified: lib/io.c (+2 -2) =================================================================== --- lib/io.c 2015-01-17 16:04:42 +0900 (25c12d2) +++ lib/io.c 2015-01-17 16:05:22 +0900 (ecc3c0b) @@ -1332,14 +1332,14 @@ grn_munmap(grn_ctx *ctx, HANDLE *fmo, void *start, size_t length) } else { SERR("UnmapViewOfFile"); GRN_LOG(ctx, GRN_LOG_ERROR, - "UnmapViewOfFile(%p,%d) failed <%" GRN_FMT_SIZE ">", + "UnmapViewOfFile(%p,%" GRN_FMT_SIZE ") failed <%" GRN_FMT_SIZE ">", start, length, mmap_size); r = -1; } if (!CloseHandle(*fmo)) { SERR("CloseHandle"); GRN_LOG(ctx, GRN_LOG_ERROR, - "CloseHandle(%p,%d) failed <%" GRN_FMT_SIZE ">", + "CloseHandle(%p,%" GRN_FMT_SIZE ") failed <%" GRN_FMT_SIZE ">", start, length, mmap_size); } *fmo = NULL; -------------- next part -------------- HTML����������������������������...Download