[Groonga-commit] groonga/groonga at e4460c6 [master] windows: use named fomat

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jul 2 15:30:59 JST 2015


Kouhei Sutou	2015-07-02 15:30:59 +0900 (Thu, 02 Jul 2015)

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

  Message:
    windows: use named fomat

  Modified files:
    lib/grn.h

  Modified: lib/grn.h (+1 -1)
===================================================================
--- lib/grn.h    2015-07-01 19:39:50 +0900 (80622a8)
+++ lib/grn.h    2015-07-02 15:30:59 +0900 (1155d6d)
@@ -447,7 +447,7 @@ typedef int grn_cond;
 # ifdef WIN64
 #  define GRN_FMT_SOCKET GRN_FMT_INT64U
 # else /* WIN64 */
-#  define GRN_FMT_SOCKET "u"
+#  define GRN_FMT_SOCKET GRN_FMT_INT32U
 # endif /* WIN64 */
 # define GRN_FMT_OFF64_T GRN_FMT_LLD
 #else /* WIN32 */
-------------- next part --------------
HTML����������������������������...
Download 



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