[Groonga-mysql-commit] mroonga/mroonga at 1a10870 [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jul 9 13:07:17 JST 2018


Kouhei Sutou	2018-07-09 13:07:17 +0900 (Mon, 09 Jul 2018)

  New Revision: 1a1087099d27729d6043a4ccb5d118974d1bcd4f
  https://github.com/mroonga/mroonga/commit/1a1087099d27729d6043a4ccb5d118974d1bcd4f

  Message:
    Fix a typo

  Modified files:
    mrn_mysql_compat.h

  Modified: mrn_mysql_compat.h (+1 -1)
===================================================================
--- mrn_mysql_compat.h    2018-07-09 13:07:13 +0900 (3efc1d04)
+++ mrn_mysql_compat.h    2018-07-09 13:07:17 +0900 (f7e6aafe)
@@ -659,7 +659,7 @@
 #else
   typedef Key mrn_key_spec;
 #  define MRN_KEY_SPEC_LIST_EACH_BEGIN(spec_list, spec) do {    \
-    List_iterator<mrn_key_spec> key_iterator(spec_list);        \
+    List_iterator<mrn_key_spec> spec_iterator(spec_list);       \
     const mrn_key_spec *spec;                                   \
     while ((spec = spec_iterator++))
 #  define MRN_KEY_SPEC_LIST_EACH_END()          \
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180709/06b5d8e3/attachment-0001.htm 



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