[Groonga-commit] groonga/groonga at 8031a19 [master] Fix wrong type

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Nov 2 17:30:26 JST 2015


Kouhei Sutou	2015-11-02 17:30:26 +0900 (Mon, 02 Nov 2015)

  New Revision: 8031a194453722cfd38366577c86fc7a5a8308e7
  https://github.com/groonga/groonga/commit/8031a194453722cfd38366577c86fc7a5a8308e7

  Message:
    Fix wrong type

  Modified files:
    lib/pat.c

  Modified: lib/pat.c (+1 -1)
===================================================================
--- lib/pat.c    2015-11-02 15:34:29 +0900 (74d598d)
+++ lib/pat.c    2015-11-02 17:30:26 +0900 (3e1c613)
@@ -191,7 +191,7 @@ sis_collect(grn_ctx *ctx, grn_pat *pat, grn_hash *h, grn_id id, uint32_t level)
 } while (0)
 
 inline static uint32_t
-key_put(grn_ctx *ctx, grn_pat *pat, const uint8_t *key, int len)
+key_put(grn_ctx *ctx, grn_pat *pat, const uint8_t *key, uint32_t len)
 {
   uint32_t res, ts;
 //  if (len >= GRN_PAT_SEGMENT_SIZE) { return 0; /* error */ }
-------------- next part --------------
HTML����������������������������...
Download 



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