[Groonga-commit] groonga/groonga at fcb9bf4 [master] groonga: fix build error...

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Dec 10 23:57:47 JST 2014


Kouhei Sutou	2014-12-10 23:57:47 +0900 (Wed, 10 Dec 2014)

  New Revision: fcb9bf418c1c28bcbfaed177d510f0abb7749725
  https://github.com/groonga/groonga/commit/fcb9bf418c1c28bcbfaed177d510f0abb7749725

  Message:
    groonga: fix build error...

  Modified files:
    src/groonga.c

  Modified: src/groonga.c (+1 -1)
===================================================================
--- src/groonga.c    2014-12-10 23:56:19 +0900 (7369b0c)
+++ src/groonga.c    2014-12-10 23:57:47 +0900 (5c2f4cf)
@@ -2534,7 +2534,7 @@ main(int argc, char **argv)
   }
 
   /* ignore mode option in config file */
-  mode = (mode == ACTION_ERROR) ? 0 : (mode & ~MODE_MASK);
+  mode = (mode == ACTION_ERROR) ? 0 : (mode & ~ACTION_MASK);
 
   i = grn_str_getopt(argc, argv, opts, &mode);
   if (i < 0) { mode = ACTION_ERROR; }
-------------- next part --------------
HTML����������������������������...
Télécharger 



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