[Groonga-commit] groonga/groonga at 2664157 [master] Add a missing ">"

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Nov 11 12:27:30 JST 2016


Kouhei Sutou	2016-11-11 12:27:30 +0900 (Fri, 11 Nov 2016)

  New Revision: 26641573c12bb109921679e638a7cb7c8af323c5
  https://github.com/groonga/groonga/commit/26641573c12bb109921679e638a7cb7c8af323c5

  Message:
    Add a missing ">"

  Modified files:
    lib/store.c

  Modified: lib/store.c (+1 -1)
===================================================================
--- lib/store.c    2016-11-11 12:13:55 +0900 (718542b)
+++ lib/store.c    2016-11-11 12:27:30 +0900 (187cca0)
@@ -2468,7 +2468,7 @@ grn_rc
 grn_ja_reader_pread(grn_ctx *ctx, grn_ja_reader *reader,
                     size_t offset, size_t size, void *buf)
 {
-  switch (reader->ja-header->flags & GRN_OBJ_COMPRESS_MASK) {
+  switch (reader->ja->header->flags & GRN_OBJ_COMPRESS_MASK) {
 #ifdef GRN_WITH_ZLIB
   case GRN_OBJ_COMPRESS_ZLIB :
     return grn_ja_reader_pread_zlib(ctx, reader, offset, size, buf);
-------------- next part --------------
HTML����������������������������...
Download 



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