[Groonga-mysql-commit] mroonga/mroonga at 93b015e [master] Fix a typo...

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Mar 15 00:07:07 JST 2015


Kouhei Sutou	2015-03-15 00:07:07 +0900 (Sun, 15 Mar 2015)

  New Revision: 93b015eb5d7f898f0a5b8cc1195c98ac7b578d5a
  https://github.com/mroonga/mroonga/commit/93b015eb5d7f898f0a5b8cc1195c98ac7b578d5a

  Message:
    Fix a typo...

  Modified files:
    mrn_mysql_compat.h

  Modified: mrn_mysql_compat.h (+1 -1)
===================================================================
--- mrn_mysql_compat.h    2015-03-15 00:06:06 +0900 (464e0ea)
+++ mrn_mysql_compat.h    2015-03-15 00:07:07 +0900 (f75f310)
@@ -150,7 +150,7 @@
   my_strndup(mrn_memory_key, string, size, flags)
 #else
 #  define mrn_my_malloc(size, flags) my_malloc(size, flags)
-#  define mrn_my_stndup(string, flags) my_strdup(string, flags)
+#  define mrn_my_strdup(string, flags) my_strdup(string, flags)
 #  define mrn_my_strndup(string, size, flags) \
   my_strndup(string, size, flags)
 #endif
-------------- next part --------------
HTML����������������������������...
Descargar 



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