[Groonga-commit] groonga/groonga at d0b93fc [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Mar 30 15:59:25 JST 2015


Kouhei Sutou	2015-03-30 15:59:25 +0900 (Mon, 30 Mar 2015)

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

  Message:
    Fix a typo

  Modified files:
    lib/ctx.c

  Modified: lib/ctx.c (+1 -1)
===================================================================
--- lib/ctx.c    2015-03-30 14:32:57 +0900 (dd472e8)
+++ lib/ctx.c    2015-03-30 15:59:25 +0900 (f73572c)
@@ -37,7 +37,7 @@
 
 #if defined(HAVE__LOCALTIME64_S) && defined(__GNUC__)
 # define localtime_s(tm, time) _localtime64_s(tm, time)
-#endif /* defined(HAVE__GMTIME64_S) && defined(__GNUC__) */
+#endif /* defined(HAVE__LOCALTIME64_S) && defined(__GNUC__) */
 
 #define GRN_CTX_INITIALIZER(enc) \
   { GRN_SUCCESS, 0, enc, 0, GRN_LOG_NOTICE,\
-------------- next part --------------
HTML����������������������������...
Download 



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