[Groonga-commit] groonga/groonga at 272d409 [master] lz4: fix function name in error message

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 21 23:33:06 JST 2014


Kouhei Sutou	2014-10-21 23:33:06 +0900 (Tue, 21 Oct 2014)

  New Revision: 272d4095a5c6e6259ae5fa35e5e4d2bc2de7a0fa
  https://github.com/groonga/groonga/commit/272d4095a5c6e6259ae5fa35e5e4d2bc2de7a0fa

  Message:
    lz4: fix function name in error message

  Modified files:
    lib/store.c

  Modified: lib/store.c (+1 -1)
===================================================================
--- lib/store.c    2014-10-21 23:27:19 +0900 (5a4a62e)
+++ lib/store.c    2014-10-21 23:33:06 +0900 (f689e1d)
@@ -1391,7 +1391,7 @@ grn_ja_put_lz4(grn_ctx *ctx, grn_ja *ja, grn_id id,
 
   if (lz4_value_len <= 0) {
     GRN_FREE(packed_value);
-    ERR(GRN_LZ4_ERROR, "lz4_compress");
+    ERR(GRN_LZ4_ERROR, "LZ4_compress");
     return ctx->rc;
   }
   *(uint64_t *)packed_value = value_len;
-------------- next part --------------
HTML����������������������������...
Download 



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