[Groonga-commit] groonga/groonga at 57bd1f1 [master] Remove needless argument

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Apr 16 00:13:18 JST 2015


Kouhei Sutou	2015-04-16 00:13:18 +0900 (Thu, 16 Apr 2015)

  New Revision: 57bd1f17ef64085ed5bbf9e811825d56dbaee275
  https://github.com/groonga/groonga/commit/57bd1f17ef64085ed5bbf9e811825d56dbaee275

  Message:
    Remove needless argument

  Modified files:
    include/groonga/portability.h

  Modified: include/groonga/portability.h (+1 -1)
===================================================================
--- include/groonga/portability.h    2015-04-16 00:11:57 +0900 (bd76b5b)
+++ include/groonga/portability.h    2015-04-16 00:13:18 +0900 (df58a46)
@@ -35,7 +35,7 @@
 #ifdef WIN32
 # define grn_memmove(dest, src, n) memmove_s((dest), (n), (src), (n))
 #else /* WIN32 */
-# define grn_memmove(dest, src, n) memmove((dest), (n), (src), (n))
+# define grn_memmove(dest, src, n) memmove((dest), (src), (n))
 #endif /* WIN32 */
 
 #define GRN_ENV_BUFFER_SIZE 1024
-------------- next part --------------
HTML����������������������������...
Download 



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